Skip to content

Convert SVG images to PNG (#5) #9

Convert SVG images to PNG (#5)

Convert SVG images to PNG (#5) #9

Workflow file for this run

name: ci
on:
push:
tags:
- 'v*'
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out repo
uses: actions/[email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: .
push: true
tags: ghcr.io/jonathanalgar/alttexter:${{ github.ref_name }}