Update docker-ghcr.yml

This commit is contained in:
Stef
2025-08-11 02:42:57 +02:00
committed by GitHub
parent d737e808eb
commit 5d86c27bd3

View File

@@ -22,8 +22,8 @@ jobs:
- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository_owner }}/cal_counter:latest .
docker build -t ghcr.io/stefbuwalda/cal_counter:latest .
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/cal_counter:latest
docker push ghcr.io/stefbuwalda/cal_counter:latest