mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 03:27:15 +00:00
CI: fix publish-rolling workflow formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user