Skip to content

Commit

Permalink
ci(GITHUB): update image name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Mar 5, 2024
1 parent aa2da91 commit 66eea8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
with:
BUILD_ARGS: |
PROVIDER=aws
IMAGE_NAME: "docker.io/niallbyrne/smtp-aws"
IMAGE_NAME: "niallbyrne/smtp-aws"
REGISTRY: "docker.io"
VERBOSE_NOTIFICATIONS: ${{ fromJSON(needs.configuration.outputs.JSON_FILE_DATA).ci_verbose_notifications }}

Expand All @@ -226,7 +226,7 @@ jobs:
with:
BUILD_ARGS: |
PROVIDER=cloudflare
IMAGE_NAME: "docker.io/niallbyrne/smtp-cloudflare"
IMAGE_NAME: "niallbyrne/smtp-cloudflare"
REGISTRY: "docker.io"
VERBOSE_NOTIFICATIONS: ${{ fromJSON(needs.configuration.outputs.JSON_FILE_DATA).ci_verbose_notifications }}

Expand Down

0 comments on commit 66eea8b

Please sign in to comment.