We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df38c56 commit 88e6368Copy full SHA for 88e6368
.github/workflows/cd.deploy.stg.yml
@@ -49,14 +49,14 @@ jobs:
49
50
- name: Build docker image
51
run: |
52
- docker buildx build -f api.Dockerfile . -t ghcr.io/dzcode-io/api-dot-stage-dot-dzcode-dot-io-server:latest:latest
+ docker buildx build -f api.Dockerfile . -t ghcr.io/dzcode-io/api-dot-stage-dot-dzcode-dot-io-server:latest
53
env:
54
DOCKER_BUILDKIT: 1
55
56
- name: Push docker image
57
58
echo $CR_PAT | docker login ghcr.io -u dzcode-io --password-stdin
59
- docker push ghcr.io/dzcode-io/api-dot-stage-dot-dzcode-dot-io-server:latest:latest
+ docker push ghcr.io/dzcode-io/api-dot-stage-dot-dzcode-dot-io-server:latest
60
61
CR_PAT: ${{ secrets.CR_PAT }}
62
0 commit comments