Skip to content

Commit

Permalink
update to cd workflow for cat
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 29, 2024
1 parent f742e33 commit 874559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Get base image version
run: |
BASE_VERSION=$(echo ./assets/.BASE_VERSION)
BASE_VERSION=$(cat ./assets/.BASE_VERSION)
echo "BASE_VERSION=$BASE_VERSION" >> $GITHUB_ENV
echo "Base Version: $BASE_VERSION"
Expand Down

0 comments on commit 874559a

Please sign in to comment.