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 244349e commit 6b1f1d9Copy full SHA for 6b1f1d9
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
run: dotnet restore
20
- uses: actions/setup-node@v2
21
with:
22
- node-version: '14'
+ node-version: '22'
23
cache: 'npm'
24
cache-dependency-path: './src/Web/package-lock.json'
25
- run: npm install
@@ -80,4 +80,5 @@ jobs:
80
working-directory: ./src/Web
81
run: |
82
docker build -t arnoldacho.azurecr.io/json-to-c-sharp:${{ github.sha }} -t arnoldacho.azurecr.io/json-to-c-sharp:latest --build-arg GIT_COMMIT=${{ github.sha }} .
83
- docker push --all-tags arnoldacho.azurecr.io/json-to-c-sharp
+
84
+ docker push --all-tags arnoldacho.azurecr.io/json-to-c-sharp
0 commit comments