Skip to content

Commit 749e772

Browse files
authored
Merge pull request #36 from neutrons/publish_qa_tag
Push docker image with version tag also on branch qa
2 parents 16a4f7d + 706fb36 commit 749e772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
tags: ${{ env.REGISTRY }}/${{ github.repository }}/live_data_server:${{ steps.latest_tag.outputs.latest_tag }}
8888
push: true
8989

90-
- name: Push version tag only for main branch
91-
if: github.ref == 'refs/heads/main'
90+
- name: Push version tag for branches qa and main
91+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/qa'
9292
uses: docker/build-push-action@v6
9393
with:
9494
context: .

0 commit comments

Comments
 (0)