Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Jan 30, 2024
1 parent 990edd6 commit 0217f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
VERSION=${{ inputs.image_version }}
DEBIAN=${{ inputs.debian && '-debian' || '' }}
TAGS="${{ env.DOCKERHUB_IMAGE }}:${VERSION}${DEBIAN},${{ GHCR_IMAGE }}:${VERSION}${DEBIAN}"
TAGS="${{ env.DOCKERHUB_IMAGE }}:${VERSION}${DEBIAN},${{ env.GHCR_IMAGE }}:${VERSION}${DEBIAN}"
if [[ ${{ inputs.latest }} == true ]]; then
TAGS=$TAGS,${{ env.DOCKERHUB_IMAGE }}:${DEBIAN},${{ GHCR_IMAGE }}:${DEBIAN}
TAGS=$TAGS,${{ env.DOCKERHUB_IMAGE }}:${DEBIAN},${{ env.GHCR_IMAGE }}:${DEBIAN}
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0217f02

Please sign in to comment.