bug: change tag to testing (for now until 40 is fully released)

This commit is contained in:
badblocks 2024-04-22 13:52:10 -07:00 committed by GitHub
parent 5f40954c0d
commit 52aad87212
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
id: generate-tag id: generate-tag
shell: bash shell: bash
run: | run: |
TAG="latest" TAG="testing"
if [[ "${{ github.ref_name }}" == "testing" ]]; then if [[ "${{ github.ref_name }}" == "testing" ]]; then
TAG="testing" TAG="testing"