From 52b2cbe09cbd8b93226fec5acd774e962f537caf Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 22 Jan 2024 12:27:29 -0600 Subject: [PATCH] Test out Buildx --- .gitea/workflows/commit.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index f20fcc7..6b9e350 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -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