Skip to content

Commit

Permalink
updating makefile to use ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Aug 23, 2023
1 parent 193ff51 commit 28dc759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:

jobs:
publish:
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- name: "Checkout"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
PROJECT_NAME ?= dapr-kubernetes-operator
PROJECT_VERSION ?= 0.0.2

CONTAINER_REGISTRY ?= docker.io
CONTAINER_REGISTRY_ORG ?= daprio
CONTAINER_REGISTRY ?= ghcr.io
CONTAINER_REGISTRY_ORG ?= dapr-sandbox
CONTAINER_IMAGE_VERSION ?= $(PROJECT_VERSION)
CONTAINER_IMAGE ?= $(CONTAINER_REGISTRY)/$(CONTAINER_REGISTRY_ORG)/$(PROJECT_NAME):$(CONTAINER_IMAGE_VERSION)

Expand Down

0 comments on commit 28dc759

Please sign in to comment.