Skip to content

Commit

Permalink
fix(build): fixed ref issue in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiny [ˈʃaɪni] committed Oct 24, 2023
1 parent 1e59122 commit d971218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
echo FLAVOR=${FLAVOR} >> $GITHUB_OUTPUT
TAG=${{ needs.releaseer.outputs.tag_name }}
echo TAG=${TAG} >> $GITHUB_OUTPUT
echo IMAGE_LATEST=${REGISTRY}${IMAGE}-{FLAVOR}:latest >> $GITHUB_OUTPUT
echo IMAGE_TAGGED=${REGISTRY}${IMAGE}-{FLAVOR}:${TAG} >> $GITHUB_OUTPUT
echo IMAGE_LATEST=${REGISTRY}${IMAGE}-${FLAVOR}:latest >> $GITHUB_OUTPUT
echo IMAGE_TAGGED=${REGISTRY}${IMAGE}-${FLAVOR}:${TAG} >> $GITHUB_OUTPUT
-
name: Setup Docker Buildx Environment
id: buildx
Expand Down

0 comments on commit d971218

Please sign in to comment.