feature: change image versioning

This commit is contained in:
Peter Galonza 2024-06-03 21:22:23 +03:00
parent b598faf524
commit 735166a088
2 changed files with 4 additions and 2 deletions

View file

@ -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 }}

View file

@ -1,4 +1,4 @@
FROM devkitpro/devkita64:latest
FROM devkitpro/devkita64:20240602
WORKDIR /app/