mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 16:09:27 +02:00
fix variable name and how to get short sha
This commit is contained in:
parent
8addec3089
commit
b598faf524
4
.github/workflows/image.yml
vendored
4
.github/workflows/image.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
contents: read
|
||||
attestations: write
|
||||
steps:
|
||||
- name: Get Short GitHub SHA and Save in Environment Variable
|
||||
run: |
|
||||
COMMIT_SHA=${{ github.sha }}
|
||||
echo "COMMIT_SHORT_SHA=${COMMIT_SHA::9}" >> $GITHUB_ENV
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to GitHub Container Registry
|
||||
|
Loading…
Reference in New Issue
Block a user