File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
.github/actions/docker-build Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
1010runs :
1111 using : " composite"
1212 steps :
13- - name : base image
13+ - name : base
1414 uses : geokrety/geokrety-gha-workflows/.github/actions/docker-build@main
1515 id : docker-base
1616 with :
@@ -23,16 +23,18 @@ runs:
2323 uses : geokrety/geokrety-gha-workflows/.github/actions/docker-build@main
2424 id : docker-uploader
2525 with :
26- image_name : geokrety/pictures-processor-base
26+ image_name : geokrety/pictures-processor-uploader
2727 dockerhub_username : " ${{ inputs.dockerhub_username }}"
2828 dockerhub_token : " ${{ inputs.dockerhub_token }}"
2929 dockerfile : Dockerfile.uploader
30+ build_args : BASE_TAG=${{ steps.base.outputs.tag }}
3031
3132 - name : downloader
3233 uses : geokrety/geokrety-gha-workflows/.github/actions/docker-build@main
3334 id : docker-downloader
3435 with :
35- image_name : geokrety/pictures-processor-base
36+ image_name : geokrety/pictures-processor-downloader
3637 dockerhub_username : ${{ inputs.dockerhub_username }}
3738 dockerhub_token : ${{ inputs.dockerhub_token }}
3839 dockerfile : Dockerfile.downloader
40+ build_args : BASE_TAG=${{ steps.base.outputs.tag }}
You can’t perform that action at this time.
0 commit comments