Skip to content

Commit 1805600

Browse files
committed
test1
1 parent 1edf944 commit 1805600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
REPOSITORY: '${{ github.repository }}'
2424
run: |
2525
# tag main if main branch
26-
if [[ "${{ github.ref_name }}" == "main" ]]; then
27-
image_tags=("main")
26+
if [[ "${{ github.ref_name }}" == "test1" ]]; then
27+
image_tags=("test1")
2828
# tag with tag name if tag
2929
elif [[ "${{ github.ref }}" == refs/tags/v* ]]; then
3030
image_tags=("${{ github.ref_name }}")

0 commit comments

Comments
 (0)