Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 4 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 6c1d3c3 commit 4b45aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "ref_name=$NAME" >> $GITHUB_ENV
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 4b45aad

Please sign in to comment.