diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index c2d7577..a87cc98 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -51,7 +51,7 @@ jobs: # files found in the root of the Git checkout. If the build succeeds, # the image is pushed to the registry indicated by the tags. - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: Dockerfile