File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 working-directory : ./resources/deployment
2626 run : |
2727 docker compose -f compose.production.yml build
28- docker tag shapez-base ${{ env.REGISTRY_DIR }}/shapez-base:latest
29- docker tag shapez-base ${{ env.REGISTRY_DIR }}/shapez-base:${{ github.ref_name }}
30- docker tag shapez-proxy ${{ env.REGISTRY_DIR }}/shapez-proxy:latest
31- docker tag shapez-proxy ${{ env.REGISTRY_DIR }}/shapez-proxy:${{ github.ref_name }}
28+ docker tag shapez-base ghcr.io/ ${{ env.REGISTRY_DIR }}/shapez-base:latest
29+ docker tag shapez-base ghcr.io/ ${{ env.REGISTRY_DIR }}/shapez-base:${{ github.ref_name }}
30+ docker tag shapez-proxy ghcr.io/ ${{ env.REGISTRY_DIR }}/shapez-proxy:latest
31+ docker tag shapez-proxy ghcr.io/ ${{ env.REGISTRY_DIR }}/shapez-proxy:${{ github.ref_name }}
3232 - name : Push
3333 run : |
3434 docker image ls
You can’t perform that action at this time.
0 commit comments