Skip to content

Commit 2ed1eaa

Browse files
committed
2 parents bf6e0d5 + 52c13bf commit 2ed1eaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- name: Login to GitHub Packages
1919
uses: docker/login-action@v1
2020
with:
21-
registry: docker.pkg.github.com
22-
username: ${{ github.repository_owner }}
21+
registry: ghcr.io
22+
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Build and Push Docker image
2525
uses: docker/build-push-action@v3
2626
with:
2727
context: .
2828
push: true
29-
tags: ghcr.io/chatgut/userservice:${{ github.ref }}
29+
tags: ghcr.io/chatgut/userservice:1.0
3030
env:
3131
DOCKER_BUILDKIT: 1
3232
DOCKER_USERNAME: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)