Skip to content

Commit b7c74aa

Browse files
committed
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 <mail@aparcar.org>
1 parent ff86e0d commit b7c74aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
password: ${{ secrets.DOCKER_PASSWORD }}
4242
repository: aparcar/asu
4343
tag_with_ref: true
44+
tags: latest
4445

4546
- name: Image digest
4647
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)