Skip to content

chore(deps): update ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2 dock… #720

chore(deps): update ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2 dock…

chore(deps): update ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2 dock… #720

Workflow file for this run

name: build
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- stable/**
jobs:
image:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- name: ubuntu
image-name: python-base-ubuntu
from: ubuntu:22.04@sha256:962f6cadeae0ea6284001009daa4cc9a8c37e75d1f5191cf0eb83fe565b63dd7
- name: ubuntu-cloud-archive
image-name: python-base-ubuntu-cloud-archive
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2@sha256:58202d06c857bbaa9421285c3b72f68ff7546c84d10107dc204727932ed69602
- name: ubuntu-cloud-archive-legacy
image-name: python-base
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2023.2@sha256:58202d06c857bbaa9421285c3b72f68ff7546c84d10107dc204727932ed69602
- name: debian
image-name: python-base-debian
from: debian:bookworm@sha256:1d6cd964917a13b547d1ea392dff9a000c3f36070686ebc5c8755d53fb374435
- name: rockylinux
image-name: python-base-rockylinux
from: rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6
- name: almalinux
image-name: python-base-almalinux
from: almalinux:9@sha256:9f0efa9cb7255f6b0bf2e518dbff480862a8d5b13d368add56ba9b94f394294b
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
steps:
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@9dc904e06dcde958bf8a0b3230715d32b9e3a85f # main
with:
image-name: ${{ matrix.image-name }}
build-args: FROM=${{ matrix.from }}
push: ${{ github.event_name != 'pull_request' }}