mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-10 08:59:22 +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
|
contents: read
|
||||||
attestations: write
|
attestations: write
|
||||||
steps:
|
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
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
|
Loading…
Reference in New Issue
Block a user