Skip to content

Commit

Permalink
Merge pull request #1198 from getfider/docker-image-tag
Browse files Browse the repository at this point in the history
Tag the docker image correctly.
  • Loading branch information
mattwoberts authored Sep 12, 2024
2 parents 85ce362 + 6777c52 commit 2d4676a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
context: .
build-args: COMMITHASH=${{ github.event.workflow_run.head_sha }}
platforms: linux/amd64,linux/arm64/v8
tags: getfider/fider:SHA_${{ github.event.workflow_run.head_sha }},getfider/fider:main
tags: |
getfider/fider:SHA_${{ github.event.workflow_run.head_sha }}
getfider/fider:${{ github.event.workflow_run.head_branch == 'main' && 'main' || 'stable' }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 2d4676a

Please sign in to comment.