We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edf944 commit 1805600Copy full SHA for 1805600
.github/workflows/build-docker.yml
@@ -23,8 +23,8 @@ jobs:
23
REPOSITORY: '${{ github.repository }}'
24
run: |
25
# tag main if main branch
26
- if [[ "${{ github.ref_name }}" == "main" ]]; then
27
- image_tags=("main")
+ if [[ "${{ github.ref_name }}" == "test1" ]]; then
+ image_tags=("test1")
28
# tag with tag name if tag
29
elif [[ "${{ github.ref }}" == refs/tags/v* ]]; then
30
image_tags=("${{ github.ref_name }}")
0 commit comments