We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d2024 commit d46c47bCopy full SHA for d46c47b
.github/actions/docker-build/action.yml
@@ -108,7 +108,7 @@ runs:
108
build-contexts: |
109
${{ inputs.build_contexts }}
110
111
- - name: Build and push
+ - name: Bake build and push
112
uses: docker/bake-action@v6
113
if: ${{ inputs.bake == 'true' }}
114
env:
.github/workflows/docker-build.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
fetch-depth: 0
46
47
- - uses: geokrety/geokrety-gha-workflows/.github/actions/docker-build@docker-bake-build
+ - uses: geokrety/geokrety-gha-workflows/.github/actions/docker-build@main
48
49
image_name: ${{ inputs.image_name }}
50
dockerhub_username: ${{ inputs.dockerhub_username }}
0 commit comments