Skip to content

Commit

Permalink
Merge pull request #472 from YashwantGohokar/oke-oss-releaes_1.26.4
Browse files Browse the repository at this point in the history
Fixed typo in release workflow
  • Loading branch information
YashwantGohokar committed Jul 4, 2024
2 parents c0652a7 + c8f1ad5 commit 1944cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin

- name: Build Image
run: OSS_REGISTRY="ghcr.io/$oracle" VERSION="${{ github.ref_name }}" make image
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make image

- name: Push Image
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make docker-push-all

0 comments on commit 1944cc8

Please sign in to comment.