Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent 8f2d98c commit e418914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build container image
if: ${{ !inputs.push }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: src/Synology.Ddns.Update.Service/Dockerfile
platforms: linux/amd64,linux/arm64
Expand All @@ -115,7 +115,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push container image
if: ${{ inputs.push }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: src/Synology.Ddns.Update.Service/Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit e418914

Please sign in to comment.