Skip to content

Commit 084ca18

Browse files
committed
Fix typo in oci cli workflow
Signed-off-by: Avi Miller <avi.miller@oracle.com>
1 parent c5e3e43 commit 084ca18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-oci-cli-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Docker Image
1+
name: Build and Push OCI CLI Image
22

33
on:
44
push:
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
REGISTRY: ghcr.io
16-
zIMAGE_NAME: 'oracle/oci-cli'
16+
IMAGE_NAME: 'oracle/oci-cli'
1717

1818
jobs:
1919
build:

0 commit comments

Comments
 (0)