Skip to content

Use correct registry scoped workspace #3

Use correct registry scoped workspace

Use correct registry scoped workspace #3

Workflow file for this run

name: build
on:
push:
branches:
- 'github_build_workflow'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Puzzle Registry
uses: docker/login-action@v3
with:
registry: registry.puzzle.ch
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: registry.puzzle.ch/ruby_ops/statuscope:latest