Skip to content

Update Rust crate ab_glyph to v0.2.29 #56

Update Rust crate ab_glyph to v0.2.29

Update Rust crate ab_glyph to v0.2.29 #56

Workflow file for this run

name: container
on:
push: {}
workflow_dispatch: {}
schedule:
- cron: "0 3 * * MON"
permissions:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build-container-image:
runs-on: ubuntu-latest
steps:
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
push: ${{ github.ref_name == 'main' }}
tags: |
ghcr.io/${{ github.repository }}:latest
labels: |
org.opencontainers.image.title=${{ github.repository }}
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }}