Skip to content

Commit

Permalink
Enable push in Docker build-push action
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed May 9, 2024
1 parent 69e9848 commit 9553a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: quay.io/subscan-explorer/solc-compile-nodejs:sha-${{ env.SHA }}-${{ github.run_number }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 9553a38

Please # to comment.