Skip to content
Snippets Groups Projects
Unverified Commit 31c5de4d authored by Loris Moulin's avatar Loris Moulin Committed by GitHub
Browse files

chore: fixed outputs of fileserver workflow (#153)

parents ae4c42e9 d561102b
No related merge requests found
name: File server build & image publish
run-name: Deploy file server ${{ github.sha }}
run-name: Deploy file server ${{ github.ref }}
on:
push:
......@@ -48,4 +48,5 @@ jobs:
docker build -t $IMAGE:${{ github.sha }} -f ./crates/file-server/Dockerfile .
docker tag $IMAGE:${{ github.sha }} $IMAGE:latest
docker push --all-tags $IMAGE
echo "image=$IMAGE:${ github.sha }" >> $GITHUB_OUTPUT
\ No newline at end of file
echo "image=$IMAGE:${{ github.sha }}" >> $GITHUB_OUTPUT
echo "image=$IMAGE:latest" >> $GITHUB_OUTPUT
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment