mirror of
https://github.com/diced/zipline.git
synced 2026-01-07 02:04:41 -08:00
fix: merge changes to release
This commit is contained in:
4
.github/workflows/docker-release.yml
vendored
4
.github/workflows/docker-release.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Get version
|
||||
run: |
|
||||
echo "zipline_version=$(jq .version package.json -r) >> $GITHUB_ENV"
|
||||
echo "zipline_version=$(jq .version package.json -r)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Setup QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
@@ -45,6 +45,6 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
ghcr.io/diced/zipline:latest
|
||||
ghcr.io/diced/zipline:${{ env.zipline_version }}
|
||||
ghcr.io/diced/zipline:${{ steps.version.outputs.zipline_version }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user