Skip to content

Commit

Permalink
fix login to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
pdreker committed Feb 7, 2021
1 parent d6a4230 commit c397f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: |
image=pdreker/fritz_exporter
tag=${{ steps.update_semver.outputs.tag }}
echo ${{secrets.DOCKER_HUB }} | docker login -u pdreker --password-stdin hub.docker.com
echo ${{secrets.DOCKER_HUB }} | docker login -u pdreker --password-stdin
docker buildx build --platform linux/arm/v6,linux/armv7,linux/amd64,linux/arm64 -t $image:$tag --push .
docker buildx build --platform linux/arm/v6,linux/armv7,linux/amd64,linux/arm64 -t $image:latest --push .

0 comments on commit c397f6c

Please sign in to comment.