ci: docker_tag=ext | buildx ssh-agent pour clone sdk_client
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 1m57s
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 1m57s
This commit is contained in:
parent
903ad3849d
commit
7a52bb2ee7
@ -31,6 +31,12 @@ jobs:
|
||||
username: ${{ secrets.USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Setup SSH agent for git clone
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: |
|
||||
${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
- name: Extract docker tag from commit message (optional)
|
||||
id: tag
|
||||
run: |
|
||||
@ -51,5 +57,4 @@ jobs:
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag || env.DOCKER_TAG }}
|
||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:buildcache
|
||||
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
|
||||
ssh: default
|
||||
|
Loading…
x
Reference in New Issue
Block a user