diff options
Diffstat (limited to '.github/workflows/container_release3.yml')
| -rw-r--r-- | .github/workflows/container_release3.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index e16c55ed1..871431388 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@0adf9959216b96bec444f325f1e493d4aa344497 # v2 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
