We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44232a commit 5990e78Copy full SHA for 5990e78
.github/workflows/docker.yml
@@ -62,6 +62,8 @@ jobs:
62
publish:
63
name: Publish container to GitHub Container Registry
64
runs-on: ubuntu-latest
65
+ permissions:
66
+ contents: write
67
needs: [test, tag]
68
steps:
69
- uses: actions/download-artifact@v4
@@ -73,4 +75,4 @@ jobs:
73
75
- name: Log In to Registry
74
76
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
77
- name: Publish Image
- run: docker push --all-tags ghcr.io/UND-ACM/demo-ci-docker
78
+ run: docker push --all-tags ghcr.io/und-acm/demo-ci-docker
0 commit comments