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 0217f02 commit 3095bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
DEBIAN=${{ inputs.debian && '-debian' || '' }}
TAGS="${{ env.DOCKERHUB_IMAGE }}:${VERSION}${DEBIAN},${{ env.GHCR_IMAGE }}:${VERSION}${DEBIAN}"
if [[ ${{ inputs.latest }} == true ]]; then
TAGS=$TAGS,${{ env.DOCKERHUB_IMAGE }}:${DEBIAN},${{ env.GHCR_IMAGE }}:${DEBIAN}
TAGS=$TAGS,${{ env.DOCKERHUB_IMAGE }}:latest${DEBIAN},${{ env.GHCR_IMAGE }}:latest${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 3095bad

Please sign in to comment.