Skip to content

Commit

Permalink
Replaced setup-buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
eaceto authored Apr 6, 2022
1 parent 1207249 commit 87c8446
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docker-hub-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ jobs:
--build-arg SCM_REF=${GITHUB_SHA::8} \
${TAGS} .
- name: Install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
buildx-version: latest
install: true

- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down

0 comments on commit 87c8446

Please sign in to comment.