test
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -24,12 +24,12 @@ jobs:
|
||||
uses: juliangruber/read-file-action@v1
|
||||
with:
|
||||
path: ./version
|
||||
### off-test ###
|
||||
|
||||
- name: Install Docker // Docker 설치
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh get-docker.sh
|
||||
if: runner.os == 'Linux'
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
# uses: https://github.com/docker/setup-buildx-action@v1
|
||||
@ -51,10 +51,10 @@ jobs:
|
||||
# run: docker build -t harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }} .
|
||||
- name: DEBUG: build with buildx logs
|
||||
run: docker buildx build --debug --progress=plain -t harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }} .
|
||||
|
||||
# push
|
||||
- name: Push to Docker
|
||||
run: docker push harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }}
|
||||
### off-test ###
|
||||
## pre cd
|
||||
- name: Setup Kustomize
|
||||
uses: yokawasa/action-setup-kube-tools@v0.9.2
|
||||
|
||||
Reference in New Issue
Block a user