mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 18:58:20 +00:00
change some property on build.yml(retry 3x)
This commit is contained in:
parent
2097fe3f05
commit
cec918dc8f
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -34,6 +34,15 @@ jobs:
|
|||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
|
- name: Login to Docker Hub
|
||||||
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
# gradle bootBuildImage를 이용해 이미지를 만들고 원격 저장소에 Push
|
# gradle bootBuildImage를 이용해 이미지를 만들고 원격 저장소에 Push
|
||||||
# env에 민감 정보(환경변수)를 추가한다.
|
# env에 민감 정보(환경변수)를 추가한다.
|
||||||
- name: Build Image with Gradle and Push to DockerHub
|
- name: Build Image with Gradle and Push to DockerHub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user