Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Jun 21, 2024
1 parent efb5cc7 commit a60e939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
echo "REGISTRY_IMAGE=ghcr.io/$owner_lower/${{ inputs.repo }}" >> $GITHUB_ENV
echo "IMAGE_TAG=${BASH_REMATCH[2]}${{ inputs.os_id == 'debian' && '' || format('-{0}', inputs.os_id) }}" >> $GITHUB_ENV
ddtv_deps_image_tag=ghcr.io/$owner_lower/ddtv/deps:${{ inputs.os_id }}$suffix
ddtv_deps_image_tag="ghcr.io/$owner_lower/ddtv/deps:${{ inputs.os_id }}$suffix"
echo "ddtv_deps_image=ghcr.io/$owner_lower/ddtv/deps" >> $GITHUB_ENV
echo "ddtv_deps_image_tag=$ddtv_deps_image_tag" >> $GITHUB_ENV
Expand Down

0 comments on commit a60e939

Please sign in to comment.