Skip to content

Commit

Permalink
fix base rust image tag version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Dec 18, 2023
1 parent 7c6ccab commit e375d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
earthly \
+docker-${{ matrix.arch }} \
--BASE_TAG=${{ matrix.base_img }} --DOCKER_META_VERSION=${{ steps.meta.outputs.version }}
--BASE_TAG="${{ needs.rust_version.outputs.rust_version }}-${{ matrix.base_img }}" --DOCKER_META_VERSION=${{ steps.meta.outputs.version }}
- name: Set docker tag alias
uses: ./.github/actions/action-docker-alias
Expand Down

0 comments on commit e375d8e

Please sign in to comment.