Skip to content

Commit

Permalink
feat: gradle.yml Docker Buldx version 0.7.0 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 15, 2023
1 parent 81f8273 commit a5b763c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.7.0

## docker build & push to develop
# DOCKER_USERNAME DOCKER_PASSWORD DOCKER_REPO
- name: Docker build & push to dev
Expand Down

0 comments on commit a5b763c

Please sign in to comment.