mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-09 17:48:48 +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
|
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…
Add table
Add a link
Reference in a new issue