Skip to content

Commit

Permalink
.github: Remove 'v' from docker tag (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Aug 2, 2024
1 parent 05e7425 commit 0b4effe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-mediawiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: get-version
run: echo "ver=$(grep -m 1 '## ' dockers/mediawiki/README.md | cut -d' ' -f2)" >> $GITHUB_OUTPUT
run: echo "ver=$(grep -m 1 '## v' dockers/mediawiki/README.md | cut -d'v' -f2)" >> $GITHUB_OUTPUT

- uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 0b4effe

Please sign in to comment.