Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Feb 10, 2024
1 parent 28f0db2 commit 0255aeb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ vars:
BASETAG: 3.1.0-mastrogpt
TAG:
sh: git describe --tags --abbrev=0 2>/dev/null || git rev-parse --short HEAD

CONTROLLER_IMAGE: ghcr.io/$GITHUB_USER/openwhisk-controller
INVOKER_IMAGE: ghcr.io/$GITHUB_USER/openwhisk-invoker
STANDALONE_IMAGE: ghcr.io/$GITHUB_USER/openwhisk-standalone
COMMON_IMAGE: ghcr.io/$GITHUB_USER/openwhisk-common
GHUSER:
sh: echo "${GITHUB_USER:-nuvolaris}"
CONTROLLER_IMAGE: ghcr.io/{{.GHUSER}}/openwhisk-controller
INVOKER_IMAGE: ghcr.io/{{.GHUSER}}/openwhisk-invoker
STANDALONE_IMAGE: ghcr.io/{{.GHUSER}}/openwhisk-standalone
COMMON_IMAGE: ghcr.io/{{.GHUSER}}/openwhisk-common
ACT: "nothing"
S: ""

Expand Down

0 comments on commit 0255aeb

Please sign in to comment.