Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi14 committed Nov 11, 2023
1 parent f5dc70f commit 75a0838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
runs-on: ubuntu-latest
needs: publish
steps:
- name: Set tag version
run : |
echo "new_tag=$(cat version.txt)" >> "$GITHUB_ENV"
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 75a0838

Please sign in to comment.