Skip to content

Commit 5990e78

Browse files
committed
trying something new
1 parent c44232a commit 5990e78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
publish:
6363
name: Publish container to GitHub Container Registry
6464
runs-on: ubuntu-latest
65+
permissions:
66+
contents: write
6567
needs: [test, tag]
6668
steps:
6769
- uses: actions/download-artifact@v4
@@ -73,4 +75,4 @@ jobs:
7375
- name: Log In to Registry
7476
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
7577
- name: Publish Image
76-
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

Comments
 (0)