aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release2.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/container_release2.yml')
-rw-r--r--.github/workflows/container_release2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml
index 32c513158..de891a208 100644
--- a/.github/workflows/container_release2.yml
+++ b/.github/workflows/container_release2.yml
@@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
- uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2
+ uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}