We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2537985 commit df3b174Copy full SHA for df3b174
1 file changed
.github/workflows/containers.yaml
@@ -67,7 +67,8 @@ jobs:
67
with:
68
context: .
69
file: ./Dockerfile
70
- push: ${{ github.event_name != 'pull_request' }}
+ #push: ${{ github.event_name != 'pull_request' }}
71
+ push: true
72
tags: ${{ steps.image_tags.outputs.tags }}
73
platforms: linux/amd64,linux/arm64
74
@@ -78,7 +79,7 @@ jobs:
78
79
needs: build-and-push
80
runs-on: ubuntu-latest
81
# Only run this job when NOT triggered by a pull_request
- if: ${{ github.event_name != 'pull_request' }}
82
+ # if: ${{ github.event_name != 'pull_request' }}
83
steps:
84
- uses: actions/delete-package-versions@v5
85
0 commit comments