Skip to content

Commit

Permalink
chore : build push 통합
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 4, 2024
1 parent 4f6137b commit dbe821a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
- name: docker create
run : docker buildx create --use

- name: build docker
run: docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/${{ github.repository }}/jhkang-intro:latest .

- name: push image
run: docker push ghcr.io/${{ github.repository }}/jhkang-intro:latest
- name: docker build & push
run: docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/${{ github.repository }}/jhkang-intro:latest --push .

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dbe821a

Please sign in to comment.