Skip to content

Commit ab38fc8

Browse files
author
Layko Andrey
committed
some
1 parent c97ca3e commit ab38fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Define image tag
116116
run:
117-
if [[ ${{ github.ref }} == refs/heads/master -o ${{ github.ref }} == refs/heads/2.x.x-REACTIVE ]]; then export IMAGE_TAG=latest; else export IMAGE_TAG=${{ github.ref }}#refs/heads/; fi;
117+
if [[ ${{ github.ref }} == refs/heads/master || ${{ github.ref }} == refs/heads/2.x.x-REACTIVE ]]; then export IMAGE_TAG=latest; else export IMAGE_TAG=${{ github.ref }}#refs/heads/; fi;
118118

119119
- name: Set up QEMU
120120
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)