Skip to content

Commit

Permalink
Add 'unstable' tag back in
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Aug 16, 2024
1 parent a2b5459 commit f874433
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
packages: write
steps:
- uses: uclahs-cds/tool-Docker-action@v2.1.0
# Uncomment if you expect to use non-SemVer release tags
# with:
# non-semver-tags: true
with:
custom-tags: |
type=raw,enable=${{github.event_name == 'workflow_dispatch'}},branch=unstable,value=unstable
# Uncomment if you expect to use non-SemVer release tags
# non-semver-tags: true

0 comments on commit f874433

Please sign in to comment.