File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments