aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release4.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/container_release4.yml')
-rw-r--r--.github/workflows/container_release4.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index 4e9928de0..75c4180e1 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
- uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # v2
+ uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}