Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5 to 6 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 2af4f05 commit e15e801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo "::set-output name=value::$(git rev-parse --short HEAD)"

- name: Build and push final image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: alpine.Dockerfile
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: echo "::set-output name=value::$(git rev-parse --short HEAD)"

- name: Build and push final image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: debian.Dockerfile
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit e15e801

Please sign in to comment.