We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fedd85 commit 3d7cf60Copy full SHA for 3d7cf60
.github/workflows/build-and-deploy-docker-image.yaml
@@ -43,6 +43,7 @@ jobs:
43
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
44
tags: |
45
${{ github.event.inputs.version || github.ref_name }}
46
+ latest
47
48
- name: Set up QEMU (for multi-arch support)
49
uses: docker/setup-qemu-action@v3
0 commit comments