Skip to content

Commit

Permalink
๐Ÿ™€ chore: build-args ๋„ฃ์–ด์ฃผ๋Š” ๋ฐฉ์‹ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Jan 14, 2025
1 parent cc9f025 commit 75fc1be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/boolock-dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/boolock_client_test:latest
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/boolock_client_test:latest
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/boolock_client_test:latest
build-args:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
build-args: |
DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
- name: Build and Push Backend Image
uses: docker/build-push-action@v4
Expand All @@ -88,8 +88,8 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/boolock_server_test:latest
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/boolock_server_test:latest
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/boolock_server_test:latest
build-args:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
build-args: |
DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
deploy:
needs: build
Expand Down

0 comments on commit 75fc1be

Please sign in to comment.