Enable Docker build and push step in action-build-and-push.yaml with push set to false
All checks were successful
Build and Push Loki Database / build-and-push (push) Successful in 1m10s

This commit is contained in:
2026-01-20 10:11:20 +01:00
parent fb54e86d3d
commit 6efe762f49

View File

@@ -74,12 +74,12 @@ jobs:
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
# - name: Build and push
# uses: docker/build-push-action@v6
# with:
# context: ${{ inputs.build_context }}
# file: ${{ inputs.file_path }}
# platforms: ${{ inputs.platforms }}
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ${{ inputs.build_context }}
file: ${{ inputs.file_path }}
platforms: ${{ inputs.platforms }}
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}