File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
- uses : docker/build-push-action@v4
34
34
with :
35
35
push : true
36
- tags : ghcr.io/postalserver /postal:ci-${{ github.sha }}
36
+ tags : ghcr.io/buttondown /postal:ci-${{ github.sha }}
37
37
cache-from : type=gha
38
38
cache-to : type=gha,mode=max
39
39
target : ci
@@ -54,10 +54,10 @@ jobs:
54
54
password : ${{ secrets.GITHUB_TOKEN }}
55
55
- run : docker-compose pull
56
56
env :
57
- POSTAL_IMAGE : ghcr.io/postalserver /postal:ci-${{ github.sha }}
57
+ POSTAL_IMAGE : ghcr.io/buttondown /postal:ci-${{ github.sha }}
58
58
- run : docker-compose run postal sh -c 'bundle exec rspec'
59
59
env :
60
- POSTAL_IMAGE : ghcr.io/postalserver /postal:ci-${{ github.sha }}
60
+ POSTAL_IMAGE : ghcr.io/buttondown /postal:ci-${{ github.sha }}
61
61
62
62
release-branch :
63
63
name : Release (branch)
80
80
password : ${{ secrets.GITHUB_TOKEN }}
81
81
- id : info
82
82
run : |
83
- IMAGE=ghcr.io/postalserver /postal
83
+ IMAGE=ghcr.io/buttondown /postal
84
84
85
85
REF="${GITHUB_REF#refs/heads/}"
86
86
if [ -z "$REF" ]; then exit 1; fi
@@ -126,8 +126,8 @@ jobs:
126
126
with :
127
127
push : true
128
128
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 }}
131
131
cache-from : type=gha
132
132
cache-to : type=gha,mode=max
133
133
target : full
You can’t perform that action at this time.
0 commit comments