summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-09 22:21:14 +0000
committerGitHub <[email protected]>2022-05-09 22:21:14 +0000
commit0b66ce4e7a6531e4bf509e8b540a1fba9f61eb13 (patch)
tree71af29547066a71bdbbbf36c2ec0217ee1a12468
parent430da70ef3c8a91202c430275e4e27b054aa8845 (diff)
build(deps): bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/release_nightly.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e05aebba..069f0053 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -173,7 +173,7 @@ jobs:
echo "::set-output name=timestamp::`date +%FT%T%z`"
- name: Build image
- uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action>
+ uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
with:
context: .
file: Dockerfile
diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml
index eefb146f..c771c1da 100644
--- a/.github/workflows/release_nightly.yml
+++ b/.github/workflows/release_nightly.yml
@@ -173,7 +173,7 @@ jobs:
echo "::set-output name=timestamp::`date +%FT%T%z`"
- name: Build image
- uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action>
+ uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
with:
context: .
file: Dockerfile