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