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