Skip to content

Add registry watcher #202

Add registry watcher

Add registry watcher #202

name: Build and Push Prompts Docker Image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.TEMP_DOCKER_USERNAME }}
password: ${{ secrets.TEMP_DOCKER_PAT }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags:
- vonwig/prompts:latest

Check failure on line 37 in .github/workflows/prompts-docker.yml

View workflow run for this annotation

GitHub Actions / Build and Push Prompts Docker Image

Invalid workflow file

The workflow is not valid. .github/workflows/prompts-docker.yml (Line: 37, Col: 13): A sequence was not expected
- mcp/run:latest
- mcp/docker:latest