We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73865b6 + 4176344 commit 840c2c1Copy full SHA for 840c2c1
.github/workflows/build-container.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
- name: Build and push Docker image
42
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
43
44
context: ./contrib/docker
45
push: ${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
0 commit comments