Skip to content

Commit

Permalink
タグ名修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Feb 27, 2023
1 parent 78095c9 commit 04d12ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
with:
context: .
push: true
tags: shiguredo/hisui:${{ steps.versions.outputs.hisui_version }}
tags: shiguredo/hisui:${{ steps.versions.outputs.hisui_version }}-ubuntu-20.04
platforms: linux/amd64,linux/arm64
file: docker/Dockerfile
build-args: |
Expand All @@ -196,7 +196,7 @@ jobs:
with:
context: .
push: true
tags: shiguredo/hisui:${{ steps.versions.outputs.hisui_version }}
tags: shiguredo/hisui:${{ steps.versions.outputs.hisui_version }}-ubuntu-22.04
platforms: linux/amd64,linux/arm64
file: docker/Dockerfile
build-args: |
Expand Down

0 comments on commit 04d12ab

Please sign in to comment.