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 fa2abbb commit 2fc6386Copy full SHA for 2fc6386
.github/workflows/api.yml
@@ -37,10 +37,10 @@ jobs:
37
registry: ${{ secrets.REGISTRY }}
38
username: ${{ secrets.CR_USER }}
39
password: ${{ secrets.CR_PWD }}
40
-# - name: Build and push
41
-# uses: docker/build-push-action@v2
42
-# with:
43
-# context: .
44
-# file: ./src/Argon.Api/Dockerfile
45
-# push: true
46
-# tags: reg.staging.svck.dev/argon/api-orleans:${{ github.run_number }}
+ - name: Build and push
+ uses: docker/build-push-action@v2
+ with:
+ context: .
+ file: ./src/Argon.Api/Dockerfile
+ push: true
+ tags: reg.staging.svck.dev/argon/api-orleans:${{ github.run_number }}
0 commit comments