Skip to content

Commit 840c2c1

Browse files
authored
Merge pull request #3518 from freifunk-gluon/dependabot/github_actions/docker/build-push-action-6.18.0
build(deps): bump docker/build-push-action from 6.16.0 to 6.18.0
2 parents 73865b6 + 4176344 commit 840c2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
42+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4343
with:
4444
context: ./contrib/docker
4545
push: ${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}

0 commit comments

Comments
 (0)