Skip to content

Commit

Permalink
Merge pull request #24 from opencadc/shinybrar-patch-1
Browse files Browse the repository at this point in the history
fix(build): fixed ref issue in docker build
  • Loading branch information
brianmajor authored Oct 24, 2023
2 parents 1e59122 + d971218 commit 9da03c3
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 9da03c3

Please sign in to comment.