Skip to content

Commit 061ed06

Browse files
committed
Add latest tag to build
1 parent c80a5d2 commit 061ed06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
uses: docker/metadata-action@v5
3636
with:
3737
images: ${{ env.IMAGE_NAME }}
38+
tags: |
39+
latest
40+
${{ github.ref }}
41+
${{ github.sha }}
3842
3943
- name: Build and push Docker image
4044
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)