Pushing it to ghcr instead of internally.

This commit is contained in:
Kokomo123
2024-08-24 20:27:24 -04:00
parent 89a4cdc5a7
commit 828b2b245a

View File

@@ -74,7 +74,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
push: true push: true
tags: kokomo123/5etools-img:latest,kokomo123/5etools-img:testing tags: ghcr.io/kokomo123/5etools-img:latest,ghcr.io/kokomo123/5etools-img:testing
- name: Push image - name: Push image
run: | run: |