PyPA i686 musl linux CI image #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PyPA i686 musl linux CI image | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
paths: | |
- 'docker/**' | |
merge_group: | |
# Trigger jobs when PR is added to merge queue | |
types: [checks_requested] | |
jobs: | |
build-and-publish: | |
uses: ./.github/workflows/build-and-publish-image.yml | |
with: | |
tags: 'ghcr.io/datadog/dd-trace-py/pypa_musllinux_1_2_i686:${{ github.sha }},ghcr.io/datadog/dd-trace-py/pypa_musllinux_1_2_i686:latest' | |
platforms: 'linux/386' | |
build-args: '' | |
context: ./docker | |
file: Dockerfile.pypa_musllinux_1_2_i686 | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |