Skip to content

SinkService.test added, import standardization cleanup #6

SinkService.test added, import standardization cleanup

SinkService.test added, import standardization cleanup #6

Workflow file for this run

name: Build and Push Docker Image
run-name: {% raw %}${{ github.actor }}{% endraw %} ran Build and Push

Check failure on line 2 in .github/workflows/docker-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-push.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
pull_request:
branches:
- main
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Log in to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${% raw %}{{ github.repository_owner }}{% endraw %}
password: ${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/{{arch.organization}}/{{arch.product}}-{{service.name}}-api:latest