Skip to content

Commit

Permalink
Try bumping CrazyMax BuildX
Browse files Browse the repository at this point in the history
It looks like I'm pulling version 1 instead of version 3... Not awesome so lets see if I can catch up and remain specific.
  • Loading branch information
Lewiscowles1986 committed Jun 28, 2020
1 parent eb37412 commit a6ebc02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
echo ::set-output name=docker_image::${{ secrets.DOCKER_USERNAME }}/mailhog
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
uses: crazy-max/ghaction-docker-buildx@v3
with:
buildx-version: latest
qemu-version: latest
- name: Environment
run: |
echo home=$HOME
Expand Down

0 comments on commit a6ebc02

Please sign in to comment.