Skip to content

Commit 2fc6386

Browse files
committed
Revert "Disable Docker build and push in CI"
This reverts commit fa2abbb.
1 parent fa2abbb commit 2fc6386

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/api.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
registry: ${{ secrets.REGISTRY }}
3838
username: ${{ secrets.CR_USER }}
3939
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 }}
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 }}

0 commit comments

Comments
 (0)