Skip to content

Commit

Permalink
fixed cpu name docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Jul 30, 2024
1 parent d92d73b commit 344a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
file: Dockerfile
tags: ghcr.io/${{ github.repository }}:${{ env.VERSION }}
tags: ghcr.io/${{ github.repository }}-cpu:${{ env.VERSION }}
build-args: |
BUILD_TYPE=cpu

0 comments on commit 344a09f

Please sign in to comment.