Skip to content

Commit

Permalink
Jmdunsing patch 1 (#11)
Browse files Browse the repository at this point in the history
* Fix: allow build for jmdunsing version of postal

Signed-off-by: jmdunsing <113212353+jmdunsing@users.noreply.github.com>

* Fix: Revise version number for jmdunsing version of postal

Signed-off-by: jmdunsing <113212353+jmdunsing@users.noreply.github.com>

---------

Signed-off-by: jmdunsing <113212353+jmdunsing@users.noreply.github.com>
  • Loading branch information
jmdunsing committed Mar 6, 2024
1 parent 6df9636 commit 503e25a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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/jmdunsing/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/jmdunsing/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/jmdunsing/postal:ci-${{ github.sha }}

release-branch:
name: Release (branch)
Expand All @@ -83,8 +83,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/postalserver/postal:${{ steps.tag.outputs.tag }}
ghcr.io/postalserver/postal:commit-${{ github.sha }}
ghcr.io/jmdunsing/postal:${{ steps.tag.outputs.tag }}
ghcr.io/jmdunsing/postal:commit-${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
target: full
Expand All @@ -108,8 +108,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/postalserver/postal:stable
ghcr.io/postalserver/postal:${{ needs.release-please.outputs.version }}
ghcr.io/jmdunsing/postal:stable
ghcr.io/jmdunsing/postal:${{ needs.release-please.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max
target: full
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "0.1.0"
}

0 comments on commit 503e25a

Please sign in to comment.