diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2f4a8ee2..a01f617e 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -59,7 +59,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Container image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' && (github.ref_type == 'tag' || github.ref_name == 'main') }}