This commit is contained in:
Shahrad Elahi
2024-02-06 11:40:43 +03:30
parent 547ec569e5
commit 14624a6c12
3 changed files with 138 additions and 141 deletions

View File

@@ -8,7 +8,6 @@ on:
required: false
env:
BUILD_PLATFORMS: linux/amd64,linux/arm64
IMAGE_TAG: canary-${{ github.event.inputs.tag || github.sha }}
permissions:
@@ -39,7 +38,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: ${{ env.BUILD_PLATFORMS }}
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
@@ -66,5 +64,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: ${{ env.BUILD_PLATFORMS }}
tags: docker.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}