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 d67a6db commit 4da5708Copy full SHA for 4da5708
.github/workflows/test-docker.yml
@@ -29,7 +29,8 @@ jobs:
29
project: [ mithril-aggregator, mithril-client, mithril-signer ]
30
31
permissions:
32
- contents: read
+ contents: read
33
+ packages: write
34
35
env:
36
REGISTRY: ghcr.io
@@ -53,7 +54,7 @@ jobs:
53
54
path: ${{ matrix.project }}
55
commit: ${{ inputs.commit_sha }}
56
workflow: ci.yml
- workflow_conclusion: success
57
+ workflow_conclusion: completed
58
59
- name: Log in to the Container registry
60
uses: docker/login-action@v2
@@ -77,5 +78,5 @@ jobs:
77
78
context: ${{ env.CONTEXT }}
79
file: ${{ env.DOCKER_FILE }}
80
build-args: CARDANO_BIN_URL=${{ inputs.cardano_bin_url }}
- push: ${{ inputs.dry_run == 'false' }}
81
+ push: ${{ inputs.dry_run == false }}
82
tags: ${{ steps.meta.outputs.tags }}
0 commit comments