diff --git a/.github/workflows/container_upload.yml b/.github/workflows/container_upload.yml index 9c0224c..a5608bb 100644 --- a/.github/workflows/container_upload.yml +++ b/.github/workflows/container_upload.yml @@ -42,7 +42,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true