diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8d32095..96d0ded 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,10 +3,14 @@ name: Build and Push Container to GitHub Container Registry on: pull_request: types: [opened, synchronize, reopened] - + push: + branches: + - main jobs: build_and_push: runs-on: ubuntu-latest steps: - name: Build and Push Container to ghcr.io uses: GlueOps/github-actions-build-push-containers@v0.3.7 + with: + tag: latest