Skip to content

Commit

Permalink
Merge pull request #47 from crazy-max/fix-tag-nightly
Browse files Browse the repository at this point in the history
ci(release): change nightly build tag format
  • Loading branch information
crazy-max authored Oct 4, 2022
2 parents bdcdce6 + c70d1c0 commit 8d92bd0
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 8d92bd0

Please sign in to comment.