Skip to content

Commit

Permalink
Mise à jour des tags d'image dans le workflow Docker pour utiliser le…
Browse files Browse the repository at this point in the history
… nom d'utilisateur spécifique au dépôt.
  • Loading branch information
yoanbernabeu committed Dec 20, 2024
1 parent aab3085 commit cb94fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
id: meta
run: |
if [[ $GITHUB_REF == refs/tags/* ]]; then
echo "tags=ghcr.io/${{ github.repository_owner }}/openstreampoll:${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
echo "tags=yoanbernabeu/openstreampoll:${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
else
echo "tags=ghcr.io/${{ github.repository_owner }}/openstreampoll:dev" >> $GITHUB_OUTPUT
echo "tags=yoanbernabeu/openstreampoll:dev" >> $GITHUB_OUTPUT
fi
- name: Login to DockerHub
Expand Down

0 comments on commit cb94fe2

Please sign in to comment.