CI: fix publish-rolling workflow formatting

This commit is contained in:
Jesse Chan
2021-01-30 20:49:48 +08:00
parent add5da56fa
commit 1e5b939da0
+3 -5
View File
@@ -127,22 +127,20 @@ jobs:
- name: Publish flood:master-dbg to Docker Hub
uses: docker/build-push-action@v2
file: ./Dockerfile
target: flood
with:
context: .
file: ./Dockerfile
target: flood
platforms: linux/amd64,linux/arm64
push: true
tags: jesec/flood:master-dbg
- name: Publish rtorrent-flood:master-dbg to Docker Hub
uses: docker/build-push-action@v2
file: ./Dockerfile
target: rtorrent-flood
with:
context: .
file: ./Dockerfile
target: rtorrent-flood
platforms: linux/amd64,linux/arm64
push: true
tags: jesec/rtorrent-flood:master-dbg
@@ -234,7 +232,7 @@ jobs:
with:
name: flood-linux-arm64
path: dist-pkg
- uses: actions/download-artifact@v2
with:
name: flood-linux-x64