diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2a5da928..908c1886 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push id: docker_build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: build-args: | VERSION=${{ github.ref_name }} @@ -141,7 +141,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . build-args: |