diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cb7985..8b701f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: tags: type=sha,prefix= flavor: latest=true - name: Build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . platforms: linux/amd64, linux/arm64 @@ -82,7 +82,7 @@ jobs: flavor: latest=true - name: Build and push id: push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: ${{ github.event_name != 'pull_request' && github.event_name != 'schedule' }}