Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
7dc9f4588d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/dockerimage.yml
vendored
1
.github/workflows/dockerimage.yml
vendored
|
@ -77,4 +77,3 @@ jobs:
|
|||
if: ${{ github.event_name == 'push' || github.event.inputs.image_tag == '' }}
|
||||
run: |
|
||||
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:latest -t ${{ env.docker_hub_owner }}/${{ env.docker_hub_repo }}:v${{ steps.version.outputs.value }} .
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue