diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 22b5ca8..f06c714 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -90,7 +90,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build image for testing (linux/amd64) - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} file: ${{ matrix.dockerfile }} @@ -114,7 +114,7 @@ jobs: - name: Build and push to registry if: github.event_name == 'push' && github.ref == 'refs/heads/master' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} file: ${{ matrix.dockerfile }}