diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2428c11a..24ee83de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: type=ref,event=tag,enable=true,priority=600 type=ref,event=pr,prefix=pr-,enable=true,priority=600 - name: Build and push to local (test) registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile @@ -158,7 +158,7 @@ jobs: type=ref,event=pr,prefix=pr-,enable=true,priority=600 - name: Build and push to public registry(s) if: ${{ fromJSON(env.PUSH) }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile