Skip to content

Update python:3.11 Docker digest to 68a8863 (#88) #157

Update python:3.11 Docker digest to 68a8863 (#88)

Update python:3.11 Docker digest to 68a8863 (#88) #157

name: Build & Push Image
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- README.md
- LICENSE
- docker-compose.yaml
- .github/**
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Docker meta
id: meta
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
with:
# list of Docker images to use as base name for tags
images: h3mul/sd-ultimate
labels: latest
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
- name: Login to Docker Hub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
with:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: h3mul/sd-ultimate:latest