Skip to content

Commit c2fbd4c

Browse files
author
karmaking
committed
fix build action
1 parent 5a10032 commit c2fbd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_container_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION }}
10-
DOCKER_HUB_REPOSITORY: obp-portal
10+
DOCKER_HUB_REPOSITORY: api-manager-ii
1111

1212

1313
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin docker.io
2222
docker build . --tag docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA --tag docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:main --tag docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:latest
2323
docker push docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }} --all-tags
24-
echo docker obp-portal with latest tag done
24+
echo docker api-manager-ii with latest tag done
2525
2626
- uses: sigstore/cosign-installer@main
2727
- name: Write signing key to disk (only needed for `cosign sign --key`)

0 commit comments

Comments
 (0)