Skip to content

Commit

Permalink
Fix invalid symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach committed Dec 12, 2024
1 parent 7c44efd commit d254bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
KONTROL_VERSION=$(cat package/version)
echo "CONTAINER_NAME=kontrol-ci-docker-${GITHUB_SHA}" >> ${GITHUB_ENV}
# TODO:temp
SANITIZED_BRANCH_NAME=${{ github.head_ref // '/' / '-' }}
SANITIZED_BRANCH_NAME=$(echo "${BRANCH_NAME}" | tr '/' '-')
TAG=runtimeverificationinc/kontrol:ubuntu-jammy-${SANITIZED_BRANCH_NAME}
echo "TAG=${TAG}" >> ${GITHUB_ENV}
echo "DOCKER_USER=user" >> ${GITHUB_ENV}
Expand Down

0 comments on commit d254bea

Please sign in to comment.