diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index d72f3baa..293e5c3f 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -55,15 +55,15 @@ jobs: type=semver,pattern={{version}} type=raw,value=latest,enable={{is_default_branch}} - - name: Push Service Image to repo - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile - push: true - provenance: mode=max - tags: ${{ steps.docker-metadata.outputs.tags }} - labels: ${{ steps.docker-metadata.outputs.labels }} - platforms: linux/amd64,linux/arm64 - cache-from: type=gha,scope=${{ github.workflow }} - cache-to: type=gha,mode=max,scope=${{ github.workflow }} + - name: Push Service Image to repo + uses: docker/build-push-action@v5 + with: + context: . + file: ./Dockerfile + push: true + provenance: mode=max + tags: ${{ steps.docker-metadata.outputs.tags }} + labels: ${{ steps.docker-metadata.outputs.labels }} + platforms: linux/amd64,linux/arm64 + cache-from: type=gha,scope=${{ github.workflow }} + cache-to: type=gha,mode=max,scope=${{ github.workflow }}