Skip to content

API Container

API Container #1

Workflow file for this run

name: API Container
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gacts/[email protected]
- name: Build the Container image
run: podman build . --file Dockerfile --tag ghcr.io/m3nowak/rowerowe_gminy/api:0.0.1-$(date +%s)