diff options
Diffstat (limited to '.github/workflows/container_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index eb8524493..581a61b6b 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v2 + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
