Skip to content

Commit

Permalink
added builld step and push to github registery -debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa committed Sep 3, 2023
1 parent e799ab3 commit 6850da9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
env:
DOCKER_REGISTRY: ghcr.io
IMAGE_NAME: hayasashikan
ORG_NAME: Kawaii-Konnections-KK-Limited

jobs:
notify:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,8 +39,8 @@ jobs:
- name: Build Hayasashikan image
run: |
docker build -t $DOCKER_REGISTRY/$IMAGE_NAME/apiservice:latest -f Dockerfile .
docker push $DOCKER_REGISTRY/$IMAGE_NAME/apiservice:latest
docker build -t $DOCKER_REGISTRY/$ORG_NAME/$IMAGE_NAME/apiservice:latest -f Dockerfile .
docker push $DOCKER_REGISTRY/$ORG_NAME/$IMAGE_NAME/apiservice:latest
- name: Save time
Expand Down

0 comments on commit 6850da9

Please sign in to comment.