mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-07 15:24:07 +00:00
fix ci
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -117,8 +117,8 @@ jobs:
|
||||
name: Download Linux artifact
|
||||
with:
|
||||
name: ${{ env.BINARY_NAME }}_linux-amd64
|
||||
path: ${{ env.BINARY_NAME }}_linux-amd64
|
||||
|
||||
path: .
|
||||
|
||||
- name: ls
|
||||
run: |
|
||||
ls -lah
|
||||
@ -148,6 +148,8 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ultradesu/${{ env.BINARY_NAME }}:latest,ultradesu/${{ env.BINARY_NAME }}:${{ steps.get_tag.outputs.tag }}
|
||||
|
||||
|
Reference in New Issue
Block a user