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 }}