We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050b9e commit 70b7c2fCopy full SHA for 70b7c2f
.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0
+ uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
43
44
context: ./contrib/docker
45
push: ${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
0 commit comments