We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c232b19 commit 741b631Copy full SHA for 741b631
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin
27
28
- name: Build Image
29
- run: OSS_REGISTRY="ghcr.io/oracle"VERSION="${{ github.ref_name }}" make image
+ run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make image
30
31
- name: Push Image
32
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make docker-push-all
Makefile
@@ -38,7 +38,7 @@ else
38
VERSION ?= ${VERSION}
39
endif
40
41
-RELEASE = v1.25.0
+RELEASE = v1.25.1
42
43
GOOS ?= linux
44
ARCH ?= amd64
0 commit comments