Skip to content

Commit

Permalink
chore: copy tag to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 11, 2024
1 parent 388ba24 commit 0204678
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

- name: Setup crane
uses: imjasonh/[email protected]

- name: Copy to latest tag
if: ${{ github.ref_type == 'tag' }}
run: crane tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:latest

- name: Deploy to Test Render
if: ${{ env.DEPLOY_TO_TEST == 'true' }}
uses: joelwmale/[email protected]
Expand Down

0 comments on commit 0204678

Please sign in to comment.