Skip to content

Commit

Permalink
Use COMMIT_SHA env var rather than github.env (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab authored Jun 18, 2024
1 parent afb04a1 commit c04ddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Tag Docker image
run: |
docker tag ${REGISTRY_PATH}:${github.sha} ${REGISTRY_PATH}:${TAG_NAME}
docker tag ${REGISTRY_PATH}:${COMMIT_SHA} ${REGISTRY_PATH}:${TAG_NAME}
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit c04ddad

Please sign in to comment.