Skip to content

Commit 2b1ed93

Browse files
Update docker-image.yml
1 parent 4bc4c94 commit 2b1ed93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 }}
14-
13+
#IMAGE_NAME: ${{ github.repository }}
14+
IMAGE_NAME: justcoded/php-code-analysis
1515

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

0 commit comments

Comments
 (0)