Skip to content

Commit

Permalink
fix: fix docker build action (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
  • Loading branch information
paulojmdias authored Oct 14, 2024
1 parent 5033167 commit 8d75c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
build-args: |
LOKXY_VERSION=${{ needs.semantic_release.outputs.version }}
tags: |
lokxy/lokxy:${{ github.ref_name == 'main' && 'latest' || github.ref_name }},lokxy/lokxy:${{ needs.semantic_release.outputs.version }}
cache-from: type=registry,ref=lokxy/lokxy:latest
cache-to: type=registry,ref=lokxy/lokxy:latest,mode=max,image-manifest=true
env:
LOKXY_VERSION: ${{ needs.semantic_release.outputs.version }}

0 comments on commit 8d75c29

Please sign in to comment.