Split latest and tagged buildx actions

Reduces redundancy with builds when creating a tag
pull/478/head
Ben Busby 3 years ago committed by GitHub
parent 6a229eba5f
commit 1b7d3edd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@ jobs:
echo "${{ secrets.DOCKER_PASSWORD }}" | \
docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build and push the image
if: startsWith(github.ref, 'refs/heads/main')
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx ls

Loading…
Cancel
Save