Skip to content

Commit 2daefc3

Browse files
authored
Disable gh packages
1 parent accda3b commit 2daefc3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/docker-image.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515

16-
permissions:
17-
packages: write
18-
contents: read
16+
#permissions:
17+
# packages: write
18+
# contents: read
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -29,12 +29,12 @@ jobs:
2929
username: ${{ secrets.DOCKER_USERNAME }}
3030
password: ${{ secrets.DOCKER_PASSWORD }}
3131

32-
- name: Log in to the Container registry
33-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34-
with:
35-
registry: ghcr.io
36-
username: ${{ github.actor }}
37-
password: ${{ secrets.GITHUB_TOKEN }}
32+
#- name: Log in to the Container registry
33+
# uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+
# with:
35+
# registry: ghcr.io
36+
# username: ${{ github.actor }}
37+
# password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and push Docker images
4040
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671

0 commit comments

Comments
 (0)