diff options
Diffstat (limited to '.github/workflows/container_release4.yml')
| -rw-r--r-- | .github/workflows/container_release4.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 28600bc02..022775aaa 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@1dc73863535b631f98b2378be8619f83b136f4a0 # v2 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
