Skip to content

Commit 6df50f3

Browse files
committed
ci: Fixed tag image
1 parent 768fde1 commit 6df50f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
env:
66
REGISTRY_HOSTNAME: oda2
7-
IMAGE_NAME: ibmcloud-login
7+
IMAGE_NAME: ibmcloud-cli
88

99
jobs:
1010
build:
@@ -16,6 +16,6 @@ jobs:
1616

1717
- name: build
1818
env:
19-
IMAGE_TAG: ${{ steps.vars.outputs.tag }}
19+
IMAGE_TAG: latest
2020
run: |
2121
docker build -t "$REGISTRY_HOSTNAME"/"$IMAGE_NAME":"$IMAGE_TAG" .

0 commit comments

Comments
 (0)