Skip to content

Re #6 - fix to merging test for soddyite; remove system section for t… #2

Re #6 - fix to merging test for soddyite; remove system section for t…

Re #6 - fix to merging test for soddyite; remove system section for t… #2

Workflow file for this run

name: Tagged Releases
on:
push:
tags:
- '*'
jobs:
publish-container-image:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
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 with tag name
uses: docker/build-push-action@v4
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
target: production
tags: |
ghcr.io/smart-spectral-matching/ssm-service-file-converter:${{ github.ref_name }}
ghcr.io/smart-spectral-matching/ssm-service-file-converter:latest