Skip to content

Commit

Permalink
ci(docker): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyguillaume committed Oct 5, 2023
1 parent 8fd5f11 commit 0c9d42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Get latest version
run: |
tag=$(git describe --abbrev=0 --tags)
echo version=${tag:1:} >> $GITHUB_OUTPUTS
echo version=${tag:1:} >> $GITHUB_OUTPUT
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 0c9d42a

Please sign in to comment.