Remov builts

This commit is contained in:
Holger Lösken
2020-06-05 09:58:37 +02:00
committed by Samuel Laulhau
parent 72e07679eb
commit a5e41d3072
2 changed files with 0 additions and 27 deletions

View File

@@ -31,11 +31,5 @@ jobs:
- name: Push alpine-based image - v4
run: make push-alpine TAG="${{steps.vars.outputs.tag}}"
- name: Build image from debian - v4
run: make build-debian TAG="${{steps.vars.outputs.tag}}"
- name: Push debian-based image - v4
run: make push-debian TAG="${{steps.vars.outputs.tag}}"
- name: Logout from DockerHub
run: docker logout