Skip to content

Commit

Permalink
Merge pull request #3383 from freifunk-gluon/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-6.10.0

build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
neocturne authored Dec 10, 2024
2 parents 9284538 + 7c0b77b commit 80a16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
with:
context: ./contrib/docker
push: ${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
Expand Down

0 comments on commit 80a16ba

Please sign in to comment.