We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5060e3 commit 3bdfc02Copy full SHA for 3bdfc02
.github/workflows/build.yml
@@ -53,4 +53,4 @@ jobs:
53
with:
54
registry: "ghcr.io"
55
image: ${{ steps.build-image.outputs.image }}
56
- tags: ${{ steps.build-image.outputs.tags }}
+ tags: latest ${{ github.ref }}
0 commit comments