mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 14:54:42 -05:00
fix: workflow
This commit is contained in:
parent
14c3b97ed2
commit
867da56f45
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -51,7 +51,6 @@ jobs:
|
||||
fi
|
||||
echo "version=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
|
||||
- name: Set up Docker buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@ -63,4 +62,5 @@ jobs:
|
||||
build-args: version=${{ env.version }}
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm,linux/arm64
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
Reference in New Issue
Block a user