Skip to content

Commit

Permalink
ci: Docker build-push-action의 버전을 올린다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Mar 4, 2024
1 parent c303e9e commit b54ee29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew clean build
run: ./gradlew clean build -x test

- name: Log in to Docker Hub
uses: docker/login-action@v2.1.0
Expand All @@ -41,7 +41,7 @@ jobs:
images: samillmu/luffy

- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit b54ee29

Please sign in to comment.