Skip to content

Commit

Permalink
feat: docker build and push script 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 14, 2024
1 parent b64a8bc commit 78c36c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
{{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v1

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

0 comments on commit 78c36c2

Please sign in to comment.