Skip to content

Commit 0d4de38

Browse files
committed
Enable image push in Docker build workflow
1 parent 8db3120 commit 0d4de38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
uses: docker/build-push-action@v6
3131
with:
3232
context: .
33+
push: true
3334
tags: quay.io/subscan-explorer/subscan-essentials-ui:sha-${{ steps.short-sha.outputs.sha }}-${{ github.run_number }}

0 commit comments

Comments
 (0)