@@ -14,7 +14,6 @@ concurrency:
14
14
15
15
env :
16
16
TAG_NAME : 3.3.3-alpine
17
- USER_NAME : ledermann
18
17
19
18
jobs :
20
19
build :
@@ -50,10 +49,10 @@ jobs:
50
49
platforms : linux/amd64,linux/arm64
51
50
push : ${{ github.ref == 'refs/heads/main' }}
52
51
tags : |
53
- ghcr.io/${{ env.USER_NAME }}/rails-base-builder:${{ env.TAG_NAME }}
54
- ${{ env.USER_NAME }}/rails-base-builder:${{ env.TAG_NAME }}
55
- ghcr.io/${{ env.USER_NAME }}/rails-base-builder:latest
56
- ${{ env.USER_NAME }}/rails-base-builder:latest
52
+ ghcr.io/${{ github.repository_owner }}/rails-base-builder:${{ env.TAG_NAME }}
53
+ ${{ github.repository_owner }}/rails-base-builder:${{ env.TAG_NAME }}
54
+ ghcr.io/${{ github.repository_owner }}/rails-base-builder:latest
55
+ ${{ github.repository_owner }}/rails-base-builder:latest
57
56
cache-from : type=gha
58
57
cache-to : type=gha,mode=max
59
58
64
63
platforms : linux/amd64,linux/arm64
65
64
push : ${{ github.ref == 'refs/heads/main' }}
66
65
tags : |
67
- ghcr.io/${{ env.USER_NAME }}/rails-base-final:${{ env.TAG_NAME }}
68
- ${{ env.USER_NAME }}/rails-base-final:${{ env.TAG_NAME }}
69
- ghcr.io/${{ env.USER_NAME }}/rails-base-final:latest
70
- ${{ env.USER_NAME }}/rails-base-final:latest
66
+ ghcr.io/${{ github.repository_owner }}/rails-base-final:${{ env.TAG_NAME }}
67
+ ${{ github.repository_owner }}/rails-base-final:${{ env.TAG_NAME }}
68
+ ghcr.io/${{ github.repository_owner }}/rails-base-final:latest
69
+ ${{ github.repository_owner }}/rails-base-final:latest
71
70
cache-from : type=gha
72
71
cache-to : type=gha,mode=max
0 commit comments