Skip to content

Commit

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

Bump docker/build-push-action from 3.1.1 to 3.2.0
  • Loading branch information
mdegat01 authored Nov 17, 2022
2 parents 6520576 + b52c554 commit 330d76a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
--signerID "${{ needs.information.outputs.base_image_signer }}" \
"docker://${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
load: true
# yamllint disable rule:line-length
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- name: 🚀 Build and push
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
push: true
# yamllint disable rule:line-length
Expand Down

0 comments on commit 330d76a

Please sign in to comment.