Skip to content

Commit

Permalink
Update official-release-to-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons authored Dec 7, 2024
1 parent 6147a5e commit 8d351bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/official-release-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
fi
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest"
echo "${TAGS}"
echo "name=tags::${TAGS}" >> $GITHUB_OUTPUT
echo "name=version::${VERSION}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Cache Docker layers
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8d351bd

Please sign in to comment.