Update docker-build.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Corban-Lee Jones 2024-08-10 22:29:15 +01:00
parent 9033e10852
commit 1a695be1d1

View File

@ -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: