From b7c74aa62efafc91946fc4654945f8d3245c12ee Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 13 Apr 2021 00:04:55 -1000 Subject: [PATCH] docker: always tag latest release with latest The master branch isn't build each time, instead the latest release should be tagged with `latest` so `docker run aparcar/asu` actually run the latest release. Signed-off-by: Paul Spooren --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a91d857..7028a068 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} repository: aparcar/asu tag_with_ref: true + tags: latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}