Skip to content

Commit

Permalink
chore: move suppression-backup-service from rudderlabs to rudderstack…
Browse files Browse the repository at this point in the history
… directory in dockerhub (#3505)
  • Loading branch information
saurav-malani authored Jun 15, 2023
1 parent 7a3589a commit 6c9b25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
name=rudderlabs/develop-suppression-backup-service
name=rudderlabs/suppression-backup-service,enable=${{ github.ref == format('refs/heads/{0}', 'master') || github.event_name == 'release' }}
name=rudderstack/develop-suppression-backup-service
name=rudderstack/suppression-backup-service,enable=${{ github.ref == format('refs/heads/{0}', 'master') || github.event_name == 'release' }}
tags: |
type=ref,event=branch
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 6c9b25b

Please sign in to comment.