mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
fix variable name and how to get short sha
This commit is contained in:
parent
8addec3089
commit
b598faf524
1 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue