Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Feb 16, 2024
1 parent c3f917d commit 6466e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Set version tag
id: vars
run: echo "{version}={$(git log -1 --pretty=%h)}" >> $GITHUB_OUTPUT
run: echo "version=$(git log -1 --pretty=%h)" >> $GITHUB_OUTPUT

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 6466e82

Please sign in to comment.