Skip to content

Commit

Permalink
Update build_and_upload_on_push_to_dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood authored Jan 26, 2024
1 parent 4255407 commit 05093c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_upload_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
branches:
- "dev"
- "release"
- "view-performance"

jobs:
# A job to generate one shared unique version tag per build cycle for all built artifacts
Expand Down Expand Up @@ -209,4 +210,4 @@ jobs:
context: ./projects/saturn/
push: true
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/saturn:${{needs.generate-version.outputs.output1}}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 05093c7

Please sign in to comment.