Skip to content

Commit

Permalink
docker: always tag latest release with latest
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aparcar committed Apr 13, 2021
1 parent ff86e0d commit b7c74aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b7c74aa

Please sign in to comment.