diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2e15cdb..2e64589c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -130,14 +130,14 @@ jobs: if-no-files-found: error - name: Build images - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: targets: image push: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }} sbom: true files: | ./docker-bake.hcl - ${{ steps.meta.outputs.bake-file }} + cwd://${{ steps.meta.outputs.bake-file }} - name: Docker Hub Description uses: peter-evans/dockerhub-description@v4