Skip to content

My hands are typing words.... #3

My hands are typing words....

My hands are typing words.... #3

Workflow file for this run

name: Build Image
on:
push:
branches:
- master
paths:
- latest-versions.json
- recommended-versions.json
- Dockerfile
- build-images.sh
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: ./build-images.sh