Skip to content

Commit 8db3120

Browse files
committed
Bump docker/build-push-action to v6
1 parent 05a1418 commit 8db3120

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy-docker.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
with:
2525
node-version: 18.20.2
2626
cache: 'npm'
27-
- name: Install dependencies
28-
run: npm install
29-
- name: Build
30-
run: npm run build
27+
- name: Install dependencies && build
28+
run: npm install && npm run build
3129
- name: Push Docker image
32-
uses: docker/build-push-action@v2
30+
uses: docker/build-push-action@v6
3331
with:
3432
context: .
3533
tags: quay.io/subscan-explorer/subscan-essentials-ui:sha-${{ steps.short-sha.outputs.sha }}-${{ github.run_number }}

0 commit comments

Comments
 (0)