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