Create Action 'Publish Docker image to GHCR'

This commit is contained in:
IgorVolochay
2025-02-15 18:29:43 +03:00
parent 28fb8bfd74
commit e43e872595
+1 -1
View File
@@ -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: |