We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7312bc commit 30fe52bCopy full SHA for 30fe52b
1 file changed
.github/workflows/production.yml
@@ -21,8 +21,12 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
- - name: GHCR login
25
- run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login ghcr.io --username automation@linkorb.com --password-stdin
+ - name: Login to Container Registry ghcr.io
+ uses: docker/login-action@v2
26
+ with:
27
+ registry: ghcr.io
28
+ username: ${{ github.actor }}
29
+ password: ${{ secrets.GITHUB_TOKEN }}
30
31
#php7
32
#tag with temp tag to make sure trivy scans the new version
0 commit comments