Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcatertychnyi authored Feb 15, 2024
1 parent 4bc4c94 commit 2b1ed93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
# 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.
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

#IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: justcoded/php-code-analysis

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

0 comments on commit 2b1ed93

Please sign in to comment.