Skip to content

Commit

Permalink
fix(ci): image name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvrog committed Oct 16, 2023
1 parent 2341db5 commit 3a4fdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: local-pvc-releaser
images: appsflyer/local-pvc-releaser
tags: |
type=ref,event=tag
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Image URL to use all building/pushing image targets
TAG ?= $(shell if [ -z "${CI_COMMIT_TAG}" ]; then echo "latest"; else echo ${CI_COMMIT_TAG}; fi)
IMG ?= "local-pvc-releaser"
IMG ?= "appsflyer/local-pvc-releaser"
IMAGE = "${IMG}:${TAG}"
#GIT
GIT_URL ?= "github.com/appsflyer/local-pvc-releaser"
Expand Down

0 comments on commit 3a4fdd6

Please sign in to comment.