Skip to content

Commit 75fbc04

Browse files
authored
Update ci.yml
Signed-off-by: Justin Duke <[email protected]>
1 parent 485079e commit 75fbc04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: docker/build-push-action@v4
3434
with:
3535
push: true
36-
tags: ghcr.io/postalserver/postal:ci-${{ github.sha }}
36+
tags: ghcr.io/buttondown/postal:ci-${{ github.sha }}
3737
cache-from: type=gha
3838
cache-to: type=gha,mode=max
3939
target: ci
@@ -54,10 +54,10 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555
- run: docker-compose pull
5656
env:
57-
POSTAL_IMAGE: ghcr.io/postalserver/postal:ci-${{ github.sha }}
57+
POSTAL_IMAGE: ghcr.io/buttondown/postal:ci-${{ github.sha }}
5858
- run: docker-compose run postal sh -c 'bundle exec rspec'
5959
env:
60-
POSTAL_IMAGE: ghcr.io/postalserver/postal:ci-${{ github.sha }}
60+
POSTAL_IMAGE: ghcr.io/buttondown/postal:ci-${{ github.sha }}
6161

6262
release-branch:
6363
name: Release (branch)
@@ -80,7 +80,7 @@ jobs:
8080
password: ${{ secrets.GITHUB_TOKEN }}
8181
- id: info
8282
run: |
83-
IMAGE=ghcr.io/postalserver/postal
83+
IMAGE=ghcr.io/buttondown/postal
8484
8585
REF="${GITHUB_REF#refs/heads/}"
8686
if [ -z "$REF" ]; then exit 1; fi
@@ -126,8 +126,8 @@ jobs:
126126
with:
127127
push: true
128128
tags: |
129-
ghcr.io/postalserver/postal:stable
130-
ghcr.io/postalserver/postal:${{ needs.release-please.outputs.version }}
129+
ghcr.io/buttondown/postal:stable
130+
ghcr.io/buttondown/postal:${{ needs.release-please.outputs.version }}
131131
cache-from: type=gha
132132
cache-to: type=gha,mode=max
133133
target: full

0 commit comments

Comments
 (0)