Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-platform docker images pushed to DockerHub #48

Closed
docktermj opened this issue Sep 26, 2023 · 2 comments
Closed

Multi-platform docker images pushed to DockerHub #48

docktermj opened this issue Sep 26, 2023 · 2 comments
Assignees

Comments

@docktermj
Copy link
Contributor

See Senzing/senzingapi-runtime#59

@github-actions github-actions bot added the triage Need to triage label Sep 26, 2023
@docktermj docktermj self-assigned this Sep 26, 2023
@docktermj docktermj removed the triage Need to triage label Sep 26, 2023
@docktermj
Copy link
Contributor Author

Although the implementation is in place (https://github.com/Senzing/senzingapi-tools/blob/main/.github/workflows/docker-push-containers-to-dockerhub.yaml) the final configuration is still needed.

      - name: Docker build images
        run: |
          docker buildx build \
            --no-cache \
            --platform linux/amd64 \
            --push \
            --tag senzing/sengingapi-tools \
            --tag senzing/senzingapi-tools:${{ github.ref_name }} \
            .

@docktermj
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant