Skip to content

Commit

Permalink
enable private image from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds authored Sep 26, 2024
1 parent 9e4dab0 commit 9b2b0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'release/**'
- 'main'
- dl-retry
- 1020-implement-uccb-monitoring-and-troubleshooting
tags:
- v*

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
permissions:
id-token: write
contents: write
if: ${{ github.ref_name == 'main' }} || ${{ github.ref_name == 'dl-retry' }}
if: ${{ github.ref_name == 'main' }} || ${{ github.ref_name == '1020-implement-uccb-monitoring-and-troubleshooting' }}
runs-on: [ self-hosted, gcp]
env:
GCP_REGISTRY_DOMAIN: asia-docker.pkg.dev
Expand Down

0 comments on commit 9b2b0c9

Please sign in to comment.