Skip to content

Fix container image name #3

Fix container image name

Fix container image name #3

Workflow file for this run

name: Build
on:
push:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Login to ghcr.io
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/main' }}
tags: ghcr.io/projectsyn/jsonnet:latest