From 41e6e674e07bf5b450bb5c0ea32d388768fd8eb2 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 28 Jul 2020 22:34:30 +0200 Subject: [PATCH] wip --- .github/workflows/docker-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 158243f..39168e1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -15,4 +15,5 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: beyondcodegmbh/expose-server - tag_with_ref: true \ No newline at end of file + tag_with_ref: true + tags: latest \ No newline at end of file