Skip to content

Commit

Permalink
Merge pull request #38 from matzegebbe/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
matzegebbe authored Jun 17, 2024
2 parents 627eea6 + d64a92a commit fc5f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "IMAGE_TAG=$(echo ${{ github.ref_name }} | sed 's/\//-/g')" >> $GITHUB_ENV

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit fc5f906

Please sign in to comment.