Bump docker/build-push-action from 2 to 2.4.0

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/104/head
dependabot[bot] 4 years ago committed by GitHub
parent c8bfea0b9c
commit b0ce731ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release.yml

@ -18,7 +18,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2 - uses: docker/build-push-action@v2.4.0
with: with:
context: . context: .
file: server/Dockerfile file: server/Dockerfile
@ -39,7 +39,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2 - uses: docker/build-push-action@v2.4.0
with: with:
context: . context: .
file: wikibase/Dockerfile file: wikibase/Dockerfile

Loading…
Cancel
Save