Fix runon
Some checks failed
Build and Push / build-and-push (push) Failing after 1m45s

This commit is contained in:
Adam Štrauch 2025-04-21 13:00:28 +02:00
parent bf89632e26
commit 62bbf632d3
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ["amd64", "dev"]
steps: steps:
# Step 1: Checkout the repository # Step 1: Checkout the repository