We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ghcr.io
1 parent 965176d commit 577efc8Copy full SHA for 577efc8
1 file changed
.github/workflows/release.yml
@@ -5,9 +5,6 @@ on:
5
types:
6
- published
7
8
-env:
9
- REGISTRY: ghcr.io
10
-
11
jobs:
12
release-phar:
13
runs-on: ${{ matrix.operating-system }}
@@ -77,7 +74,7 @@ jobs:
77
74
- name: Log in to the Container registry
78
75
uses: docker/login-action@v3
79
76
with:
80
- registry: ${{ env.REGISTRY }}
+ registry: ghcr.io
81
username: ${{ github.actor }}
82
password: ${{ secrets.GITHUB_TOKEN }}
83
@@ -87,7 +84,7 @@ jobs:
87
84
88
85
flavor: |
89
86
latest=true
90
- images: ${{ env.REGISTRY }}/${{ github.repository }}
+ images: ghcr.io/${{ github.repository }}
91
tags: |
92
type=semver,pattern={{version}}
93
type=semver,pattern={{major}}.{{minor}}
0 commit comments