diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0c2ca06..67fa517 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -7,19 +7,12 @@ on: jobs: docker: - strategy: - matrix: - arch: ["ubuntu-20.04"] - git-version: ["2.38.4"] - runs-on: ${{ matrix.arch }} + runs-on: ubuntu-20.04 container: fascinated/docker-images:node-latest steps: - name: checkout uses: https://github.com/actions/checkout@v3 - - name: Set up Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v2 - - name: Login to Repo uses: https://github.com/docker/login-action@v2 with: