test
This commit is contained in:
parent
f0a09d1fcb
commit
6996b0e324
1 changed files with 7 additions and 7 deletions
|
|
@ -48,12 +48,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout the repo
|
||||
uses: actions/checkout@v4
|
||||
# - name: Login to the registry
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: ${{ secrets.REGISTRY_URL }}
|
||||
# username: ${{ secrets.REGISTRY_USER }}
|
||||
# password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
- name: Login to the registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY_URL }}
|
||||
username: ${{ vars.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
|
@ -65,4 +65,4 @@ jobs:
|
|||
push: true
|
||||
provenance: false
|
||||
platforms: linux/amd64, linux/arm64
|
||||
tags: ${{ secrets.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}:latest
|
||||
tags: ${{ vars.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue