Skip to content

Commit

Permalink
[CI] Release as latest (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jul 28, 2024
1 parent 1b0f1a7 commit 84e9237
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/port-labs/port-sender:${{ github.ref_name }}

- name: Push latest tag
uses: docker/build-push-action@v6
if: startsWith(github.ref, 'refs/tags/v')
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/port-labs/port-sender:latest

0 comments on commit 84e9237

Please sign in to comment.