diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index 88b3c66..e1431c3 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -15,7 +15,7 @@ jobs: get_docker_image_tag_hash: runs-on: ubuntu-22.04 outputs: - GITHUB_OUTPUT: ${{ needs.extract_docker_image_tag_hash.outputs.GITHUB_OUTPUT }} + GITHUB_OUTPUT: ${{ steps.extract_docker_image_tag_hash.outputs.GITHUB_OUTPUT }} steps: - name: Checkout .devcontainer/devcontainer.json uses: actions/checkout@v4.1.6