Ramkumar Chinchani
2022-07-25 18:11:19 +00:00
committed by Andrei Aaron
parent 7182e426a7
commit 3d72dad507
4 changed files with 132 additions and 114 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}