Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Duke <me@jmduke.com>
  • Loading branch information
jmduke authored Jan 4, 2025
1 parent 485079e commit 75fbc04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/postalserver/postal:ci-${{ github.sha }}
tags: ghcr.io/buttondown/postal:ci-${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
target: ci
Expand All @@ -54,10 +54,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- run: docker-compose pull
env:
POSTAL_IMAGE: ghcr.io/postalserver/postal:ci-${{ github.sha }}
POSTAL_IMAGE: ghcr.io/buttondown/postal:ci-${{ github.sha }}
- run: docker-compose run postal sh -c 'bundle exec rspec'
env:
POSTAL_IMAGE: ghcr.io/postalserver/postal:ci-${{ github.sha }}
POSTAL_IMAGE: ghcr.io/buttondown/postal:ci-${{ github.sha }}

release-branch:
name: Release (branch)
Expand All @@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- id: info
run: |
IMAGE=ghcr.io/postalserver/postal
IMAGE=ghcr.io/buttondown/postal
REF="${GITHUB_REF#refs/heads/}"
if [ -z "$REF" ]; then exit 1; fi
Expand Down Expand Up @@ -126,8 +126,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/postalserver/postal:stable
ghcr.io/postalserver/postal:${{ needs.release-please.outputs.version }}
ghcr.io/buttondown/postal:stable
ghcr.io/buttondown/postal:${{ needs.release-please.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max
target: full
Expand Down

0 comments on commit 75fbc04

Please sign in to comment.