Enable Docker build and push step in action-build-and-push.yaml with push set to false
This commit is contained in:
18
.github/workflows/action-build-and-push.yaml
vendored
18
.github/workflows/action-build-and-push.yaml
vendored
@@ -74,12 +74,12 @@ jobs:
|
|||||||
# username: ${{ github.repository_owner }}
|
# username: ${{ github.repository_owner }}
|
||||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Build and push
|
- name: Build and push
|
||||||
# uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: ${{ inputs.build_context }}
|
context: ${{ inputs.build_context }}
|
||||||
# file: ${{ inputs.file_path }}
|
file: ${{ inputs.file_path }}
|
||||||
# platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
# push: true
|
push: false
|
||||||
# tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
# labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|||||||
Reference in New Issue
Block a user