Create Action 'Publish Docker image to GHCR'
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t ghcr.io/${{ github.repository_owner }}/my-image:latest .
|
||||
docker build -t ghcr.io/igorvolochay/my-image:latest .
|
||||
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user