summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-10 00:42:31 +0200
committerGitHub <[email protected]>2022-05-10 00:42:31 +0200
commitf72f698343c5dd9626b953ca50be66230c35eddd (patch)
tree2161b6240be676b529140f5ac6a71b3ecb7a1686
parent62cc8f1575cbe358a69a37db10ddeda06dc19e11 (diff)
parentffcaede620a2e3c8d20d524ce57672406197b034 (diff)
Merge branch 'master' into dependabot/github_actions/docker/setup-buildx-action-2
-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 8dd16a5a..e81213ef 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 bbcedbd7..7e1cf4f7 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