File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ jobs:
1313 uses: actions/checkout@v2
1414
1515 - name: Set up QEMU
16- uses: docker/setup-qemu-action@v1
16+ uses: docker/setup-qemu-action@v2.2.0
1717
1818 - name: Set up Docker Buildx
19- uses: docker/setup-buildx-action@v1
19+ uses: docker/setup-buildx-action@v2.7.0
2020
2121 - name: Login to DockerHub
22- uses: docker/login-action@v1
22+ uses: docker/login-action@v2.2.0
2323 with:
2424 username: ${{ secrets.DOCKERHUB_USERNAME }}
2525 password: ${{ secrets.DOCKERHUB_TOKEN }}
2626
2727 - name: Extract tag name
2828 id: get_tag
29- run: echo ::set-output name=VERSION::v ${GITHUB_REF#refs/tags/}
29+ run: echo ::set-output name=VERSION::version- ${GITHUB_REF#refs/tags/v }
3030
3131 - name: Build and push
32- uses: docker/build-push-action@v2
32+ uses: docker/build-push-action@v4.1.1
3333 with:
3434 context: .
3535 platforms: linux/amd64,linux/arm64
3636 push: true
37- tags: hummingbot /hummingbot:${{ steps.get_tag.outputs.VERSION }}
37+ tags: stahnrh /hummingbot:${{ steps.get_tag.outputs.VERSION }}
You can’t perform that action at this time.
0 commit comments