Browse Source

[gha] publish releases with latest-release tag

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1756/head
R4SAS 3 years ago
parent
commit
609c658a9b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      .github/workflows/docker.yml

2
.github/workflows/docker.yml

@ -58,6 +58,8 @@ jobs:
push: true push: true
tags: | tags: |
purplei2p/i2pd:latest purplei2p/i2pd:latest
purplei2p/i2pd:latest-release
purplei2p/i2pd:release-${{ env.RELEASE_VERSION }} purplei2p/i2pd:release-${{ env.RELEASE_VERSION }}
ghcr.io/purplei2p/i2pd:latest ghcr.io/purplei2p/i2pd:latest
ghcr.io/purplei2p/i2pd:latest-release
ghcr.io/purplei2p/i2pd:release-${{ env.RELEASE_VERSION }} ghcr.io/purplei2p/i2pd:release-${{ env.RELEASE_VERSION }}

Loading…
Cancel
Save