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 01a3853 commit c8f1ad5Copy full SHA for c8f1ad5
.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