This commit is contained in:
parent
538084d177
commit
645f98a32c
1 changed files with 7 additions and 7 deletions
|
|
@ -16,13 +16,13 @@ jobs:
|
|||
# -
|
||||
# name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
# -
|
||||
# name: Log in to the Container registry
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: ${{ env.REGISTRY }}
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Log in to the Container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
# -
|
||||
# name: Docker metadata
|
||||
# id: meta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue