Skip to content

Commit 70af740

Browse files
committed
ci: Use DOCKER_METADATA_OUTPUT_VERSION
1 parent 5e8f4e8 commit 70af740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
dockerhub_username: "${{ inputs.dockerhub_username }}"
3131
dockerhub_token: "${{ inputs.dockerhub_token }}"
3232
dockerfile: Dockerfile.uploader
33-
build_args: BASE_TAG=${{ steps.base.outputs.tag }}
33+
build_args: BASE_TAG=${DOCKER_METADATA_OUTPUT_VERSION}
3434

3535
- name: downloader
3636
uses: geokrety/geokrety-gha-workflows/.github/actions/docker-build@main
@@ -40,4 +40,4 @@ runs:
4040
dockerhub_username: ${{ inputs.dockerhub_username }}
4141
dockerhub_token: ${{ inputs.dockerhub_token }}
4242
dockerfile: Dockerfile.downloader
43-
build_args: BASE_TAG=${{ steps.base.outputs.tag }}
43+
build_args: BASE_TAG=${DOCKER_METADATA_OUTPUT_VERSION}

0 commit comments

Comments
 (0)