Skip to content

Commit

Permalink
Merge pull request #1624 from DSD-DBS/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
MoritzWeber0 authored Jul 18, 2024
2 parents a33c8ae + 6a043d9 commit 92041c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.context }}
tags: ${{ matrix.image }}:${{ steps.tag.outputs.branch }}
Expand Down

0 comments on commit 92041c3

Please sign in to comment.