diff options
Diffstat (limited to '.github/workflows/container_release5.yml')
| -rw-r--r-- | .github/workflows/container_release5.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index a57c1b0fb..471028d4d 100644 --- a/.github/workflows/container_release5.yml +++ b/.github/workflows/container_release5.yml @@ -49,7 +49,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
