diff --git a/.gitea/workflows/docker-image-linux.yml b/.gitea/workflows/docker-image-linux.yml index d4dfb71..bedd370 100644 --- a/.gitea/workflows/docker-image-linux.yml +++ b/.gitea/workflows/docker-image-linux.yml @@ -16,6 +16,9 @@ env: jobs: build-and-push: runs-on: ubuntu-latest + container: + image: gitea/runner-images:ubuntu-latest + permissions: contents: read packages: write diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml deleted file mode 100644 index 56cc451..0000000 --- a/.gitea/workflows/test.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Run Actions -run-name: ${{ gitea.actor }} compiles - -on: - push: - branches: - - dev - - main - tags: - - '*.*.*' - workflow_dispatch: - -jobs: - build-and-push-image: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Dump Environment Variables - run: | - env | sort \ No newline at end of file