summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-10 00:42:27 +0200
committerGitHub <[email protected]>2022-05-10 00:42:27 +0200
commit5fc194c165c057cfc8175390b98df3068cb945f1 (patch)
tree6f170a183f2d31448274e65e5dd67f0aa1722f06
parent40aa2e1c32d7d675e96df55cc6e041a7e169b7dc (diff)
parentffcaede620a2e3c8d20d524ce57672406197b034 (diff)
Merge branch 'master' into dependabot/github_actions/docker/setup-qemu-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 e98a4ced..296a528e 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 dd1f3342..85afa1c2 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