Skip to content

Commit

Permalink
๐Ÿ™€ chore: docker login ์Šคํ… ์ด๋™
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Jan 15, 2025
1 parent 802a02c commit 08d86b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/boolock-dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
Expand Down Expand Up @@ -70,6 +64,12 @@ jobs:
# cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/base-image:latest,mode=max
# outputs: type=docker

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and Save Base Image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 08d86b6

Please sign in to comment.