Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Sep 2, 2024
1 parent 8ed445a commit 073cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}-gh
DOCKER_IMAGE=kainlite/tr-gh
SHORTREF=${GITHUB_SHA::8}
TAG="${DOCKER_IMAGE}:${SHORTREF}"
echo tag=${TAG} >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit 073cb51

Please sign in to comment.