Skip to content

Commit

Permalink
Merge pull request #4 from daverolo/fix/dockerauth
Browse files Browse the repository at this point in the history
FIX: use stereum tags in docker workflow
  • Loading branch information
daverolo authored Dec 7, 2022
2 parents cd4a3e7 + ef17c24 commit cf8eec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: stereum-dev/synclink-client:latest,stereum-dev/synclink-client:${{github.ref_name}}
tags: stereum/synclink-client:latest,stereum/synclink-client:${{github.ref_name}}
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit cf8eec4

Please sign in to comment.