Skip to content

Update python Docker tag to v3.13.0 #310

Update python Docker tag to v3.13.0

Update python Docker tag to v3.13.0 #310

Workflow file for this run

name: "test pull request"
on:
push:
branches-ignore:
- "main"
pull_request:
branches:
- "main"
env:
IMAGE_NAME: "simaofsilva/kometa"
TAG: "test"
KOMETA_VERSION: "v2.1.0" # renovate: datasource=github-tags depName=Kometa-Team/Kometa
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and export
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
load: true
tags: ${{ env.IMAGE_NAME }}:${{ env.TAG }}
build-args: |
KOMETA_VERSION=${{ env.KOMETA_VERSION }}
- name: Test image
run: |
docker run --rm ${{ env.IMAGE_NAME }}:${{ env.TAG }} --test