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 2d754a0 commit 05ff513Copy full SHA for 05ff513
.github/workflows/publish-latest-image.yaml
@@ -23,6 +23,14 @@ jobs:
23
- uses: actions/checkout@v4
24
- uses: docker/setup-qemu-action@v3
25
- uses: docker/setup-buildx-action@v3
26
+
27
+ # Publish the Git describe tag
28
+ - run: make publish-image
29
+ env:
30
+ DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}
31
32
+ # Publish the floating tag
33
- run: make publish-image
34
env:
- DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }}
35
36
+ VERSION: latest
0 commit comments