diff --git a/.gitea/workflows/build-an-push.yaml b/.gitea/workflows/build-an-push.yaml index f1e66a1..ee6a712 100644 --- a/.gitea/workflows/build-an-push.yaml +++ b/.gitea/workflows/build-an-push.yaml @@ -12,7 +12,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - run: docker context create builders + - name: set context + run: docker context create builders - name: setup buildx uses: docker/setup-buildx-action@v3 with: