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 bad1adf8f..b0ad1b345 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v2 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
