⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#79)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.3.0...e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-07 13:22:00 +02:00 committed by GitHub
parent f2aea13976
commit 1b3980a1e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ jobs:
exit 1 exit 1
fi fi
- name: 🚀 Build - name: 🚀 Build
uses: docker/build-push-action@v2.3.0 uses: docker/build-push-action@v2.4.0
with: with:
push: false push: false
context: ${{ needs.information.outputs.target }} context: ${{ needs.information.outputs.target }}

View file

@ -106,7 +106,7 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }} username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }} password: ${{ secrets.GHCR_PASSWORD }}
- name: 🚀 Build and push - name: 🚀 Build and push
uses: docker/build-push-action@v2.3.0 uses: docker/build-push-action@v2.4.0
with: with:
push: true push: true
# yamllint disable rule:line-length # yamllint disable rule:line-length