Skip to content

Commit

Permalink
fix fetch values
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Nov 30, 2024
1 parent eda6838 commit 3e3eb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ jobs:
- name: Fetch values
id: fetch-data
run: |
. ./.github/scripts/common/lib.sh
date=$(date -u '+%Y-%m-%dT%H:%M:%SZ')
echo "date=$date" >> $GITHUB_OUTPUT
echo "stable=$(prepare_docker_stable_tag ${{ needs.validate-inputs.outputs.stable_tag }})" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3e3eb4b

Please sign in to comment.