Skip to content

Commit

Permalink
chore: also add for spider
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Mar 14, 2023
1 parent 74189d3 commit 3a50510
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/eoefans-spider-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:

- run: |
echo "IMAGE_TAG=${{steps.tag.outputs.tag}}" >> $GITHUB_ENV
echo $GITHUB_ENV
echo "$GITHUB_ENV"
- name: write the version to local file (config/version)
run: |
echo "$IMAGE_TAG" > config/version
ls config
cat config/version
- name: Log in to VLINK Container Registry
uses: docker/login-action@v2
with:
Expand Down

1 comment on commit 3a50510

@kazami139
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#38

Please sign in to comment.