File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 5252 }
5353 }
5454
55- - name : Set the commit_sha and branch
56- shell : bash
57- run : |
58- echo "commit_sha=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
59- echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
60-
6155 - name : Set up QEMU
6256 uses : docker/setup-qemu-action@v3
6357
7569 with :
7670 platforms : linux/amd64,linux/arm64
7771 load : true
72+ push : true
7873 tags : nytimes/httptest:dev
Original file line number Diff line number Diff line change 5252 }
5353 }
5454
55- - name : Set the commit_sha and branch
56- shell : bash
57- run : |
58- echo "commit_sha=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
59- echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
60-
6155 - name : Set up QEMU
6256 uses : docker/setup-qemu-action@v3
6357
Original file line number Diff line number Diff line change 2020 }
2121 }
2222
23- - name : Set the commit_sha and branch
24- shell : bash
25- run : |
26- echo "commit_sha=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
27- echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
28-
2923 - name : Set up QEMU
3024 uses : docker/setup-qemu-action@v3
3125
4943 with :
5044 platforms : linux/amd64,linux/arm64
5145 load : true
46+ push : true
5247 tags : ${{ steps.meta.outputs.tags }}
5348 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments