Skip to content

Commit d46c47b

Browse files
committed
fix: Revert to use main branch
1 parent 10d2024 commit d46c47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/docker-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ runs:
108108
build-contexts: |
109109
${{ inputs.build_contexts }}
110110
111-
- name: Build and push
111+
- name: Bake build and push
112112
uses: docker/bake-action@v6
113113
if: ${{ inputs.bake == 'true' }}
114114
env:

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47-
- uses: geokrety/geokrety-gha-workflows/.github/actions/docker-build@docker-bake-build
47+
- uses: geokrety/geokrety-gha-workflows/.github/actions/docker-build@main
4848
with:
4949
image_name: ${{ inputs.image_name }}
5050
dockerhub_username: ${{ inputs.dockerhub_username }}

0 commit comments

Comments
 (0)