Skip to content

Commit

Permalink
fix version in docker test build
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Oct 17, 2024
1 parent 2260949 commit 2de97f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: false
tags: latest
build-args: VERSION=${{ steps.prep.outputs.version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
# Temp fix
Expand Down

0 comments on commit 2de97f6

Please sign in to comment.