Skip to content

Commit

Permalink
Merge pull request #106 from haberda/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-4.2.1

Bump docker/build-push-action from 4.1.1 to 4.2.1
  • Loading branch information
haberda authored Sep 11, 2023
2 parents 84e8215 + ad4fe4f commit 57ea147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
# --signerID "${{ needs.information.outputs.base_image_signer }}" \
# "docker://${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
--signerID "${{ needs.information.outputs.base_image_signer }}" \
"docker://${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
load: true
# yamllint disable rule:line-length
Expand Down

0 comments on commit 57ea147

Please sign in to comment.