Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 #43

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@v2.2.2
uses: docker/build-push-action@v2.3.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 @@ -106,7 +106,7 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
- name: 🚀 Build and push
uses: docker/build-push-action@v2.2.2
uses: docker/build-push-action@v2.3.0
with:
push: true
# yamllint disable rule:line-length
Expand Down