1
0
mirror of https://github.com/python-LimeReport/devcontainer.git synced 2025-11-12 19:21:23 +03:00
This commit is contained in:
2023-07-18 09:40:35 +03:00
parent e97eb974e1
commit a0eb7f133d
3 changed files with 33 additions and 12 deletions

View File

@@ -6,12 +6,14 @@ name: Docker
# documentation.
on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ '*' ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
qt:
description: Qt Version
required: true
python:
description: Python Version
required: true
env:
# Use docker.io for Docker Hub if empty
@@ -64,6 +66,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=Qt-${{ inputs.qt }}-Python-${{ inputs.python }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action