Skip to content

Commit

Permalink
🚀 feat(ci) : 도커 허브 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM committed Jul 16, 2022
1 parent c5d17d3 commit b7585e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [main]
# Publish semver tags as releases.
tags: ["v*.*.*"]
tags: ['v*.*.*']

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
with:
images: water0641/ticket-admin
images: water0641/ticket-admin-22th
tag-semver: |
{{version}}
{{major}}.{{minor}}
Expand Down

0 comments on commit b7585e2

Please sign in to comment.