Skip to content

Commit

Permalink
chore(ci): fix deprecated set-output in cubestore workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jun 27, 2024
1 parent 7588728 commit 57b4657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-cubestore-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:
TAGS="$TAGS,${DOCKER_IMAGE}:build-1${GITHUB_RUN_NUMBER}${{ matrix.postfix }}"
fi
echo ::set-output name=version::${VERSION}
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo "name=version::${VERSION}"
echo "name=tags::${TAGS}" >> "$GITHUB_OUTPUT"
echo "name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> "$GITHUB_OUTPUT"
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 57b4657

Please sign in to comment.