Skip to content

chore(deps): update python docker tag to v3.12.4 (#165) #8

chore(deps): update python docker tag to v3.12.4 (#165)

chore(deps): update python docker tag to v3.12.4 (#165) #8

Workflow file for this run

name: Build container image
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Buildah Action
uses: redhat-actions/buildah-build@v2
with:
image: quips
tags: ${{ github.sha }}
containerfiles: ./compose/django/Dockerfile