Skip to content

Commit

Permalink
Merge pull request #9 from SURFscz/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
baszoetekouw authored Sep 16, 2024
2 parents 222feea + 0566da0 commit e93b688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
images: ${{ matrix.image }}

- name: Build and push Docker images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.context }}
push: true
Expand Down

0 comments on commit e93b688

Please sign in to comment.