You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docker-image.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ on:
10
10
# 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.
11
11
env:
12
12
REGISTRY: ghcr.io
13
-
IMAGE_NAME: ${{ github.repository }}
14
-
13
+
#IMAGE_NAME: ${{ github.repository }}
14
+
IMAGE_NAME: justcoded/php-code-analysis
15
15
16
16
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
0 commit comments