We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97ca3e commit ab38fc8Copy full SHA for ab38fc8
1 file changed
.github/workflows/main.yml
@@ -114,7 +114,7 @@ jobs:
114
115
- name: Define image tag
116
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;
+ 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;
118
119
- name: Set up QEMU
120
uses: docker/setup-qemu-action@v1
0 commit comments