adding back buildx
This commit is contained in:
parent
91561cab0a
commit
8bca650138
@ -17,6 +17,13 @@ jobs:
|
||||
apt update
|
||||
apt install -y docker docker-compose
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."git.ivanch.me"]
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: https://github.com/docker/login-action@v3.3.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user