We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16a4f7d + 706fb36 commit 749e772Copy full SHA for 749e772
.github/workflows/publish.yml
@@ -87,8 +87,8 @@ jobs:
87
tags: ${{ env.REGISTRY }}/${{ github.repository }}/live_data_server:${{ steps.latest_tag.outputs.latest_tag }}
88
push: true
89
90
- - name: Push version tag only for main branch
91
- if: github.ref == 'refs/heads/main'
+ - name: Push version tag for branches qa and main
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/qa'
92
uses: docker/build-push-action@v6
93
with:
94
context: .
0 commit comments