Update docker-build.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
9033e10852
commit
1a695be1d1
@ -1,27 +1,5 @@
|
||||
# name: Build and Push Docker Image
|
||||
# run-name: ${{ gitea.actor }} is building and pushing a Docker Image
|
||||
# on: [push]
|
||||
|
||||
# jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v3
|
||||
|
||||
# - name: Build Docker image
|
||||
# run: |
|
||||
# docker build -t pyrss-website:latest .
|
||||
|
||||
# - name: Push Docker image
|
||||
# run: |
|
||||
# docker tag pyrss-website:latest xordk/pyrss-website:latest
|
||||
# docker push xordk/pyrss-website:latest
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKER_PASSWORD }}
|
||||
# password: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
||||
name: Docker Image
|
||||
run-name: Build and push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
x
Reference in New Issue
Block a user