From f639cc1337d7a14bfb07095637c117289d7ec638 Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:18:43 -0400 Subject: [PATCH] testing --- .gitea/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index a232c73..84c200e 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -10,15 +10,16 @@ jobs: runs-on: ubuntu-latest steps: + - name: see if docker is in path + run: docker info + - name: Checkout code uses: actions/checkout@v4 - name: Set up Docker Buildx - image: docker:dind uses: docker/setup-buildx-action@v2 - name: Log in to Gitea Container Registry - image: docker:dind uses: docker/login-action@v3 with: password: ${{ secrets.PASSWORD }} @@ -26,7 +27,6 @@ jobs: registry: http://git.thecodedom.com:3000 - name: Build and push Docker image - image: docker:dind uses: docker/build-push-action@v6 with: context: .