Test out Buildx
This commit is contained in:
@@ -19,11 +19,14 @@ jobs:
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
# - name: Prepare the container
|
||||
# run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare the container
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
||||
- name: Set up Docker Build
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v3
|
||||
|
Reference in New Issue
Block a user