Compare commits

...
This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
dependabot[bot]
dd38890ecf
Bump docker/build-push-action from 2.6.1 to 2.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 02:02:53 +00:00

View File

@ -40,7 +40,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-docker-cpython- ${{ runner.os }}-docker-cpython-
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2.6.1 uses: docker/build-push-action@v2.7.0
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
@ -81,7 +81,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-docker-pypy- ${{ runner.os }}-docker-pypy-
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2.6.1 uses: docker/build-push-action@v2.7.0
with: with:
context: . context: .
file: ./pypy.Dockerfile file: ./pypy.Dockerfile
@ -122,7 +122,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-docker-nginx- ${{ runner.os }}-docker-nginx-
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2.6.1 uses: docker/build-push-action@v2.7.0
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile