We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf6e0d5 + 52c13bf commit 2ed1eaaCopy full SHA for 2ed1eaa
1 file changed
.github/workflows/docker-image.yml
@@ -18,15 +18,15 @@ jobs:
18
- name: Login to GitHub Packages
19
uses: docker/login-action@v1
20
with:
21
- registry: docker.pkg.github.com
22
- username: ${{ github.repository_owner }}
+ registry: ghcr.io
+ username: ${{ github.actor }}
23
password: ${{ secrets.GITHUB_TOKEN }}
24
- name: Build and Push Docker image
25
uses: docker/build-push-action@v3
26
27
context: .
28
push: true
29
- tags: ghcr.io/chatgut/userservice:${{ github.ref }}
+ tags: ghcr.io/chatgut/userservice:1.0
30
env:
31
DOCKER_BUILDKIT: 1
32
DOCKER_USERNAME: ${{ github.repository_owner }}
0 commit comments