ci: remove missed temporary LATEST env var

This commit is contained in:
Kévin Dunglas
2023-12-17 12:32:22 +01:00
parent b2e92a673a
commit 2ac2e9ec38
-1
View File
@@ -71,7 +71,6 @@ jobs:
*.cache-from=type=gha,scope=refs/heads/main-static-builder
*.cache-to=type=gha,scope=${{github.ref}}-static-builder,ignore-error=true
env:
LATEST: '1' # TODO: unset this variable when releasing the first stable version
SHA: ${{github.sha}}
VERSION: ${{ (github.ref_type == 'tag' && github.ref_name) || needs.prepare.outputs.ref || github.sha}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}