Skip to content

Commit

Permalink
Bug fixing gh action.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Feb 20, 2025
1 parent f8a7b58 commit 58de3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: |
TAG="${{ steps.get-tag.outputs.tag }}"
if [[ "$TAG" == *"-dev"* || "$TAG" == *"-beta"* || "$TAG" == *"-alpha"* ]]; then
echo "image=ghcr.io/freva-clint/freva-rest-api-dev" >> image.txt
echo "ghcr.io/freva-clint/freva-rest-api-dev" > image.txt
else
echo "image=ghcr.io/freva-clint/freva-rest-api" >> image.txt
echo "ghcr.io/freva-clint/freva-rest-api" > image.txt
fi
echo "${{ steps.get-tag.outputs.tag }}" > tag.txt
echo "${{ steps.check-prerelease.outputs.is_prerelease }}" > is_prerelease.txt
Expand Down

0 comments on commit 58de3eb

Please sign in to comment.