Skip to content

Commit

Permalink
⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 27, 2021
1 parent 30ff166 commit 7be9230
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 @@ -171,7 +171,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.5.0
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 @@ -125,7 +125,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🚀 Build
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.5.0
with:
load: true
# yamllint disable rule:line-length
Expand Down

0 comments on commit 7be9230

Please sign in to comment.