Skip to content

Commit

Permalink
ci(release): change nightly build tag format
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Oct 4, 2022
1 parent bdcdce6 commit c70d1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
EOF
if [ "${{ github.event_name }}" = "schedule" ]; then
echo "GIT_TAG=${{ inputs.name }}/nightly/$VERSION" >> $GITHUB_ENV
echo "GIT_TAG=nightly/${{ inputs.name }}/$VERSION" >> $GITHUB_ENV
else
echo "GIT_TAG=${{ inputs.name }}/$VERSION" >> $GITHUB_ENV
fi
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ list of published Docker tags.
> **Note**
>
> We are also publishing nightly builds using the
> [`<project>/nightly/<version>` tags](https://hub.docker.com/r/dockereng/packaging/tags?page=1&name=%2Fnightly%2F).
> [`nightly-<project>-<version>` tags](https://hub.docker.com/r/dockereng/packaging/tags?page=1&name=nightly-).
## Usage

Expand Down

0 comments on commit c70d1c0

Please sign in to comment.