Skip to content

Commit

Permalink
fix: fix manual docker action
Browse files Browse the repository at this point in the history
for @da3dsoul to run later
  • Loading branch information
revam authored Feb 17, 2024
1 parent d7c7f6e commit 5ecf95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
file: ${{ matrix.dockerfile }}
push: true
tags: |
ghcr.io/${{ secrets.DOCKER_REPO }}:${{ github.event.inputs.tag }-${{ matrix.arch }}
${{ secrets.DOCKER_REPO }}:${{ github.event.inputs.tag }-${{ matrix.arch }}
ghcr.io/${{ secrets.DOCKER_REPO }}:${{ github.event.inputs.tag }}-${{ matrix.arch }}
${{ secrets.DOCKER_REPO }}:${{ github.event.inputs.tag }}-${{ matrix.arch }}
platforms: linux/${{ matrix.arch }}
build-args: |
version=${{ github.event.inputs.version }}
Expand Down

0 comments on commit 5ecf95b

Please sign in to comment.