mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
feature: change image versioning
This commit is contained in:
parent
b598faf524
commit
735166a088
2 changed files with 4 additions and 2 deletions
4
.github/workflows/image.yml
vendored
4
.github/workflows/image.yml
vendored
|
@ -35,4 +35,6 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
|
||||
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.COMMIT_SHORT_SHA }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM devkitpro/devkita64:latest
|
||||
FROM devkitpro/devkita64:20240602
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue