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.
2 parents 6ba9b40 + b89bc2a commit ffe42a1Copy full SHA for ffe42a1
.github/workflows/docker_main.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
docker:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ packages: write
14
steps:
15
- uses: actions/checkout@v4
16
@@ -37,4 +40,4 @@ jobs:
37
40
- name: Push head tag
38
41
run: |
39
42
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
- docker push ghcr.io/hyperledger/firefly-ethconnect:head
43
+ docker push ghcr.io/hyperledger/firefly-ethconnect:head
.github/workflows/docker_release.yml
@@ -7,6 +7,9 @@ on:
7
with:
0 commit comments