feature: change image versioning

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

View file

@ -35,4 +35,6 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true 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/ WORKDIR /app/