|
@@ -40,7 +40,7 @@ jobs:
|
|
|
uses: docker/login-action@v2
|
|
uses: docker/login-action@v2
|
|
|
with:
|
|
with:
|
|
|
registry: ghcr.io
|
|
registry: ghcr.io
|
|
|
- username: ${{ github.actor }}
|
|
|
|
|
|
|
+ username: ${{ github.repository_owner }}
|
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
- name: Build and push Docker image (versioned)
|
|
- name: Build and push Docker image (versioned)
|