Skip to content

Commit

Permalink
ci: fix unspecified version at runtime in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Jan 5, 2025
1 parent 871195f commit 9b672c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:

- uses: docker/build-push-action@v3
with:
context: . # IMPORTANT: Dockerfile is modified above to include the release version. Don't remove this line: https://github.com/docker/build-push-action?tab=readme-ov-file#git-context
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9b672c5

Please sign in to comment.