We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e4b2b7 + 9490fee commit 06b93d0Copy full SHA for 06b93d0
.github/workflows/container.yaml
@@ -90,7 +90,7 @@ jobs:
90
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
91
92
- name: Build and push Docker image
93
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
94
with:
95
context: .
96
push: ${{ github.repository == 'pyrra-dev/pyrra' && github.event_name != 'pull_request' }}
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
97
98
99
100
push: true
0 commit comments