Skip to content

Commit d5aac82

Browse files
authored
Merge pull request #5 from 2ghrms/oci-migration
fix: 태그 수정
2 parents a64e5a6 + 6a89533 commit d5aac82

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dev-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--platform linux/arm64 \
5454
--push \
5555
--file clokey-api/Dockerfile \
56-
--tag ${{ secrets.DOCKERHUB_USERNAME }}/clokey-docker-2025:dev-app \
56+
--tag ${{ secrets.DOCKERHUB_USERNAME }}/clokey-docker-2026:dev-app \
5757
.
5858
5959
- name: Copy dev-compose

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--platform linux/arm64 \
5959
--push \
6060
--file clokey-api/Dockerfile \
61-
--tag ${{ secrets.DOCKERHUB_USERNAME }}/clokey-docker-2025:prod-app \
61+
--tag ${{ secrets.DOCKERHUB_USERNAME }}/clokey-docker-2026:prod-app \
6262
.
6363
6464
- name: Copy prod-compose

clokey-api/dev-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- dev_app_network
1717

1818
app:
19-
image: ${DOCKERHUB_USERNAME}/clokey-docker-2025:${DOCKER_TAG}
19+
image: ${DOCKERHUB_USERNAME}/clokey-docker-2026:${DOCKER_TAG}
2020
container_name: clokey-app-dev
2121
pull_policy: always
2222
depends_on:

clokey-api/prod-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- prod_app_network
1717

1818
app:
19-
image: ${DOCKERHUB_USERNAME}/clokey-docker-2025:${DOCKER_TAG}
19+
image: ${DOCKERHUB_USERNAME}/clokey-docker-2026:${DOCKER_TAG}
2020
container_name: clokey-app-prod
2121
pull_policy: always
2222
depends_on:

0 commit comments

Comments
 (0)