From 677dfa97e31d88eb82dab2a425059bb8233ce938 Mon Sep 17 00:00:00 2001 From: Michele Bussolotto Date: Tue, 19 Nov 2024 22:00:38 +0100 Subject: [PATCH] Update prebuilt_devcontainer.yml --- .github/workflows/prebuilt_devcontainer.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/prebuilt_devcontainer.yml b/.github/workflows/prebuilt_devcontainer.yml index f0a706df4..96504051a 100644 --- a/.github/workflows/prebuilt_devcontainer.yml +++ b/.github/workflows/prebuilt_devcontainer.yml @@ -24,12 +24,6 @@ jobs: - name: Checkout id: checkout uses: actions/checkout@v4 - - - name: Compute tag for devcontainer image - id: meta - run: | - tag=$(git rev-parse --short HEAD) - echo "tag=$tag" >> "$GITHUB_OUTPUT" - name: Login to GHCR uses: docker/login-action@v3 with: