Skip to content

Commit

Permalink
Feat:이미지 태그 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Sep 6, 2023
1 parent b617d5d commit 87784f9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
# touch .env

# 도커 메타
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
with:
images: brian990614/2023hiufestainfo-client
tag-semver: |
{{version}}
{{major}}.{{minor}}
# - name: Docker meta
# id: docker_meta
# uses: crazy-max/ghaction-docker-meta@v1
# with:
# images: brian990614/2023hiufestainfo-client
# tag-semver: |
# {{version}}
# {{major}}.{{minor}}

# 도커 빌드 관련 셋업
- name: Set up Docker Buildx
Expand All @@ -43,5 +43,4 @@ jobs:
file: ./Dockerfile.prod
platforms: linux/amd64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
tags: brian990614/2023hiufestainfo-client:latest

0 comments on commit 87784f9

Please sign in to comment.