Skip to content

Instantly share code, notes, and snippets.

@peczenyj
Created May 9, 2026 12:18
Show Gist options
  • Select an option

  • Save peczenyj/bd74ab8e98a7aaa858d4de8ab8e53e2c to your computer and use it in GitHub Desktop.

Select an option

Save peczenyj/bd74ab8e98a7aaa858d4de8ab8e53e2c to your computer and use it in GitHub Desktop.
Multi image docker generator
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
tags: peczenyj/gdpr-iab-tcfv2:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment