Skip to content

hetzner cloud cli

hetzner cloud cli #97

Workflow file for this run

name: "Test Container"
on:
push:
paths:
- 'Dockerfile'
pull_request:
workflow_dispatch:
jobs:
test:
name: Build container image
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
runs-on: ubuntu-24.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Build 🧪
run: |
podman build . \
--network "slirp4netns" \
--platform "linux/amd64" \
--tag "cloud-tools-container:local"