Skip to content

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Avarei committed Jun 16, 2024
1 parent a8d5ee1 commit 5f47c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPO := github.com/avarei/function-pkl
CONTAINER_IMAGE := ghcr.io/avarei/function-pkl
TAG := v0.0.1-dev
TAG := v0.0.1

# Branch used for Pkl Package Releases
BRANCH := $(shell git branch --show-current)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: Function
metadata:
name: function-pkl
spec:
package: ghcr.io/avarei/function-pkl:v0.0.1-dev
package: ghcr.io/avarei/function-pkl:v0.0.1
```
## Usage
Expand Down

0 comments on commit 5f47c7e

Please sign in to comment.