Skip to content

Commit

Permalink
Fix to use the CTRL_INGESTD_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
srp3rd committed Mar 26, 2024
1 parent 756aea6 commit d99ccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
INGESTD_ID=ghcr.io/${{ github.repository_owner }}/$INGESTD_NAME
VERSION=$(cat docker/versions.env | grep RUCIO_DAEMONS_HERMESK_VERSION | sed 's/=/ /g' |cut -d " " -f2)
VERSION=$(cat docker/versions.env | grep CTRL_INGESTD_VERSION | sed 's/=/ /g' |cut -d " " -f2)
echo INGESTD_ID=$INGESTD_ID
echo VERSION=$VERSION
docker tag $INGESTD_NAME $INGESTD_ID:$VERSION
Expand Down

0 comments on commit d99ccba

Please sign in to comment.