Skip to content

Commit 735bcd8

Browse files
committed
rename the image to ocd
1 parent e6887db commit 735bcd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1111
env:
1212
REGISTRY: ghcr.io
13-
IMAGE_NAME: ${{ github.repository }}
13+
#IMAGE_NAME: ${{ github.repository }}
14+
#IMAGE_NAME: ${{ github.repository }}
15+
IMAGE_NAME: ${{ github.repository_owner }}/ocd
1416

1517
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1618
jobs:

0 commit comments

Comments
 (0)