diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2559a..035fda4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: build_devcontainer: name: Build (Devcontainer) - run-on: ubuntu-latest + runs-on: ubuntu-latest env: TAG: cpython-devcontainer:1.0.0-${{ github.run_id }} steps: