Skip to content

✅ chore: atlantis and metaphor test were added (#3) #19

✅ chore: atlantis and metaphor test were added (#3)

✅ chore: atlantis and metaphor test were added (#3) #19

Workflow file for this run

name: "Run check: Build image"
on:
push:
branches-ignore:
- main
workflow_dispatch:
permissions:
packages: write
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container
uses: docker/build-push-action@v6
with:
push: false
tags: ${{ github.repository }}:${{ env.GITHUB_SHA_SHORT }}