diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index dbe9ab5..26d7f75 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -65,7 +65,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.18.0 + uses: docker/build-push-action@v7.1.0 with: context: . push: true