Skip to content

Commit

Permalink
Use dev tag for dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jan 3, 2024
1 parent d2208cc commit 944f683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml → .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Latest
name: Dev

on:
push:
Expand Down Expand Up @@ -33,6 +33,6 @@ jobs:
with:
context: .
push: true
tags: ${{ env.GAR_REGISTRY }}/${{ env.GAR_IMAGE }}:latest
tags: ${{ env.GAR_REGISTRY }}/${{ env.GAR_IMAGE }}:dev
cache-from: type=gha
cache-to: type=gha,mode=max
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
push: true
tags: |
${{ env.GAR_REGISTRY }}/${{ env.GAR_IMAGE }}:${{ env.VERSION }}
${{ env.GAR_REGISTRY }}/${{ env.GAR_IMAGE }}:latest
${{ env.DOCKERHUB_IMAGE }}:latest
${{ env.DOCKERHUB_IMAGE }}:${{ env.VERSION }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 944f683

Please sign in to comment.