ci: uh oh (expect more commits with such amazing messages)
This commit is contained in:
parent
8e93466d29
commit
c3b65cbfd5
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver: docker
|
||||
- name: Set up Docker Buildx
|
||||
driver-opts: |
|
||||
network=web
|
||||
- name: Auth with uchu registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ secrets.DOCKER_REGISTRY }}
|
||||
|
|
Reference in a new issue