Skip to content

Commit 149d8db

Browse files
committed
[docker] change image path to absolute path
1 parent 0af3be1 commit 149d8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
context: .
3030
push: true
31-
tags: ghcr.io/${{ github.repository }}/funtides-env:latest
31+
tags: ghcr.io/funtides-sim/funtides/funtides-env:latest

0 commit comments

Comments
 (0)