Skip to content

Commit 84e9237

Browse files
authored
[CI] Release as latest (#24)
1 parent 1b0f1a7 commit 84e9237

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ jobs:
3232
push: true
3333
platforms: linux/amd64,linux/arm64
3434
tags: ghcr.io/port-labs/port-sender:${{ github.ref_name }}
35+
36+
- name: Push latest tag
37+
uses: docker/build-push-action@v6
38+
if: startsWith(github.ref, 'refs/tags/v')
39+
with:
40+
push: true
41+
platforms: linux/amd64,linux/arm64
42+
tags: ghcr.io/port-labs/port-sender:latest

0 commit comments

Comments
 (0)