Remove testing tag, fix up stuff.

This commit is contained in:
Kokomo123
2024-08-24 22:33:52 -04:00
parent 46f6a43848
commit 8401ac724d

View File

@@ -87,17 +87,5 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/arm64,linux/amd64
push: true
tags: ghcr.io/kokomo123/5etools-img:latest,ghcr.io/kokomo123/5etools-img:testing
- #name: Push image
#run: |
# echo IMAGE_ID=$IMAGE_ID
# echo IMAGE_VERSION=$IMAGE_VERSION
# docker tag $IMAGE_ID $IMAGE_ID:$IMAGE_VERSION
# [[ "${{ github.ref }}" == "refs/tags/"* ]] && docker tag $IMAGE_NAME $IMAGE_ID:latest
# docker push $IMAGE_ID:$IMAGE_VERSION
# docker push $IMAGE_ID:latest
tags: ghcr.io/kokomo123/5etools-img:latest
# endregion