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
|
# name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v3
|
# uses: docker/setup-buildx-action@v3
|
||||||
# -
|
-
|
||||||
# name: Log in to the Container registry
|
name: Log in to the Container registry
|
||||||
# uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
# with:
|
with:
|
||||||
# registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
# username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# -
|
# -
|
||||||
# name: Docker metadata
|
# name: Docker metadata
|
||||||
# id: meta
|
# id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue