Skip to content

Commit

Permalink
Fix github.ref_name.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmaped committed Oct 9, 2024
1 parent a377c09 commit 07c89a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-send-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
RMTLD3SYNTH_VERSION=${{ steps.meta.outputs.tags#refs/*/ }}
RMTLD3SYNTH_VERSION=${{ github.ref_name }}
call-run-tests:
uses: ./.github/workflows/run-tests.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker run --rm \
--entrypoint /bin/bash \
-v ${PWD}:/workspace/source:z \
docker.io/anmaped/rmtld3synth:${{ steps.meta.outputs.tags#refs/*/ }} \
docker.io/anmaped/rmtld3synth:${{ github.ref_name }} \
-c 'cp -r /workspace/source /localsource && cd /localsource && \
eval $(opam env) && \
./configure && make && make tests'

0 comments on commit 07c89a7

Please sign in to comment.