We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fead8fc commit 99a244eCopy full SHA for 99a244e
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
registry: ${{ secrets.NCP_CONTAINER_REGISTRY_URL }}
16
username: ${{ secrets.NCP_ACCESS_KEY_ID }}
17
password: ${{ secrets.NCP_SECRET_KEY }}
18
- - name: Build, tag, and push image to NCP Container Registry
+ - name: Build, Tag, and Push image to NCP Container Registry
19
env:
20
NCP_REGISTRY: ${{ secrets.NCP_CONTAINER_REGISTRY_URL }}
21
IMAGE_TAG: ${{ github.run_number }}
0 commit comments