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 8db3120 commit 0d4de38Copy full SHA for 0d4de38
.github/workflows/deploy-docker.yml
@@ -30,4 +30,5 @@ jobs:
30
uses: docker/build-push-action@v6
31
with:
32
context: .
33
+ push: true
34
tags: quay.io/subscan-explorer/subscan-essentials-ui:sha-${{ steps.short-sha.outputs.sha }}-${{ github.run_number }}
0 commit comments