diff --git a/.gitea/workflows/ci-release-tag.yml b/.gitea/workflows/ci-release-tag.yml index f260bdf..a05632a 100644 --- a/.gitea/workflows/ci-release-tag.yml +++ b/.gitea/workflows/ci-release-tag.yml @@ -6,12 +6,7 @@ on: jobs: release-image: runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest - env: - DOCKER_ORG: php - DOCKER_LATEST: nightly - RUNNER_TOOL_CACHE: /toolcache + steps: - name: Checkout uses: actions/checkout@v4