Skip to content

Commit

Permalink
Set sensible docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 authored Sep 27, 2023
1 parent 6da7f4d commit 200f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_TAG: ${{ github.ref_name == 'main' && 'amd64' || github.ref_name }}
IMAGE_TAG: ${{ github.ref_name == 'master' && 'latest' || github.ref_name }}

jobs:
builder-build:
Expand Down

0 comments on commit 200f99a

Please sign in to comment.