Skip to content

Commit

Permalink
add testing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Mar 20, 2024
1 parent 4a73464 commit e518681
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
run: |
echo "VERSION=latest" >> $GITHUB_ENV
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
- name: Extract version (if testing)
if: github.event.ref == 'refs/heads/self-hosted-actions'
run: |
echo "VERSION=testing" >> $GITHUB_ENV
echo "VERSION_SUFFIX=-testing" >> $GITHUB_ENV
- name: Extract version (if tagged release)
if: startsWith(github.event.ref, 'refs/tags')
run: |
Expand Down

0 comments on commit e518681

Please sign in to comment.