Skip to content

Commit

Permalink
Merge pull request #23 from pdreker/fix-actions
Browse files Browse the repository at this point in the history
fix login to docker hub
  • Loading branch information
pdreker authored Feb 7, 2021
2 parents d6a4230 + c397f6c commit 4506024
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 4506024

Please sign in to comment.