CI: don't build master-dbg for rtorrent-flood

ENTRYPOINT is different.
This commit is contained in:
Jesse Chan
2021-01-23 20:53:39 +08:00
parent 15d812d151
commit 3dab0387ad
-15
View File
@@ -132,21 +132,6 @@ jobs:
push: true
tags: jesec/flood:master-dbg
- run: sleep 10
- name: Publish rtorrent-flood to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.rtorrent
platforms: linux/amd64,linux/arm64
push: true
tags: |
jesec/rtorrent-flood:master-dbg
build-args: |
FLOOD_VERSION=master-dbg
RTORRENT_VERSION=master
pkg:
runs-on: ubuntu-20.04