Skip to content

Commit

Permalink
Feat: change buildx to version6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Aug 11, 2024
1 parent e1a903e commit bbb9dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "${{ vars.DOCKER_PASSWORD }}" | docker login -u "${{ vars.DOCKER_USERNAME }}" --password-stdin

- name: Build and push Docker image for MEME-AUTH
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./MEME-AUTH # MEME-AUTH 모듈의 경로
push: true
Expand Down

0 comments on commit bbb9dcb

Please sign in to comment.