diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0f00619..576e49f 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -12,7 +12,6 @@ jobs: arch: ['ubuntu-latest'] git-version: ['2.38.4'] runs-on: ${{ matrix.arch }} - #container: node:19-alpine steps: - name: checkout uses: https://github.com/actions/checkout@v3 @@ -33,9 +32,9 @@ jobs: username: ${{ secrets.REPO_USERNAME }} password: ${{ secrets.REPO_TOKEN }} - - name: Build and push + - name: Build and push (Node 18.x) uses: docker/build-push-action@v4 with: push: true context: ./gitea-runner - tags: git.fascinated.cc/fascinated/gitea-runner:latest \ No newline at end of file + tags: git.fascinated.cc/fascinated/gitea-runner:node-18 \ No newline at end of file diff --git a/gitea-runner/Dockerfile b/gitea-runner/Dockerfile deleted file mode 100644 index 45d086f..0000000 --- a/gitea-runner/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM docker:stable - -# Install packages -RUN apk add --no-cache curl wget git \ No newline at end of file