Update to use buildx
This commit is contained in:
@@ -5,6 +5,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
# schedule:
|
||||||
|
# - cron: "37 18 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.taco.quest
|
REGISTRY: gitea.taco.quest
|
||||||
@@ -19,11 +21,14 @@ jobs:
|
|||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# - name: Prepare the container
|
||||||
|
# run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare the container
|
- name: Set up Docker Buildx
|
||||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
Reference in New Issue
Block a user