Skip to content

Merge pull request #57 from cmahnke/dependabot/github_actions/github-… #64

Merge pull request #57 from cmahnke/dependabot/github_actions/github-…

Merge pull request #57 from cmahnke/dependabot/github_actions/github-… #64

Workflow file for this run

name: Publish Docker images
on:
push:
branches:
- main
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Login to GitHub Packages Docker Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
logout: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Push to GitHub Packages
uses: docker/[email protected]
with:
push: true
context: .
file: docker/image2model/Dockerfile
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/cmahnke/oss-exhibition-tools/image2model:latest