Skip to content

Commit

Permalink
fix: docker image tags missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lddsb committed Dec 16, 2020
1 parent 1b21962 commit 5bcf803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
MINOR=${VERSION%.*}
MAJOR=${MINOR%.*}
TAGS="$TAGS,${DOCKER_IMAGE}:${MINOR},${DOCKER_IMAGE}:${MAJOR}"
TAGS="$TAG,${GITHUB_IMAGE}:${VERSION},${GITHUB_IMAGE}:${MINOR},${GITHUB_IMAGE}:${MAJOR}"
TAGS="$TAGS,${GITHUB_IMAGE}:${VERSION},${GITHUB_IMAGE}:${MINOR},${GITHUB_IMAGE}:${MAJOR}"
fi
echo ::set-output name=tags::${TAGS}
- name: Setup Docker Buildx
Expand Down

0 comments on commit 5bcf803

Please sign in to comment.