Skip to content

Commit 6b1f1d9

Browse files
authored
Update main.yml
1 parent 244349e commit 6b1f1d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: dotnet restore
2020
- uses: actions/setup-node@v2
2121
with:
22-
node-version: '14'
22+
node-version: '22'
2323
cache: 'npm'
2424
cache-dependency-path: './src/Web/package-lock.json'
2525
- run: npm install
@@ -80,4 +80,5 @@ jobs:
8080
working-directory: ./src/Web
8181
run: |
8282
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
83+
84+
docker push --all-tags arnoldacho.azurecr.io/json-to-c-sharp

0 commit comments

Comments
 (0)