Skip to content

add image and arch aggregation stats #8

add image and arch aggregation stats

add image and arch aggregation stats #8

Workflow file for this run

name: Docker
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read # for checkout
id-token: write # for OIDC token, used for Depot
packages: write # to upload build to GHCR
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/manyfold3d/tracking:edge