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.
2 parents c0652a7 + c8f1ad5 commit 1944cc8Copy full SHA for 1944cc8
.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
0 commit comments