fix(oci): bad varname
This commit is contained in:
2
.github/workflows/build-oci.yaml
vendored
2
.github/workflows/build-oci.yaml
vendored
@@ -38,6 +38,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |-
|
run: |-
|
||||||
buildah login $REGISTRY -u ${{ github.actor }} -p ${{ secret.GITHUB_TOKEN }}
|
buildah login $REGISTRY -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
|
||||||
buildah push $REGISTRY/${IMAGE_NAME,,}:$VERSION
|
buildah push $REGISTRY/${IMAGE_NAME,,}:$VERSION
|
||||||
buildah push $REGISTRY/${IMAGE_NAME,,}:latest
|
buildah push $REGISTRY/${IMAGE_NAME,,}:latest
|
||||||
|
Reference in New Issue
Block a user