Skip to content

Commit

Permalink
[CI] Fix build workflow not outputs registries to GITHUB_OUTPUT (ml…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jan 22, 2023
1 parent 9a07225 commit 767cf6a
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 @@ -103,7 +103,7 @@ jobs:
echo ${input_docker_repo:-`echo $default_docker_repo`})" >> $GITHUB_OUTPUT
echo "mlrun_docker_registries=$( \
input_docker_registries=${{ github.event.inputs.docker_registries }} && \
echo ${input_docker_registries:-ghcr.io/})"
echo ${input_docker_registries:-ghcr.io/})" >> $GITHUB_OUTPUT
echo "mlrun_cache_date=$(date +%s)" >> $GITHUB_OUTPUT
- name: Docker login
# all suffixed with "| true" to allow failures if secrets are not defined (fork)
Expand Down

0 comments on commit 767cf6a

Please sign in to comment.