Compare commits

...

4 commits

Author SHA1 Message Date
9e49878627 chore(deps): update actions/checkout action to v6
Some checks failed
Build (and tag) Images / build (push) Failing after 22s
2026-03-10 20:01:55 +00:00
954b534b10
fix: Handles pushed to all branches
Some checks failed
Build (and tag) Images / build (push) Failing after 1m2s
2026-03-10 20:55:27 +01:00
17c6946361
fix: Resolves syntax error
Some checks failed
images.yml / fix: Resolves syntax error (push) Failing after 0s
2026-03-10 20:54:46 +01:00
8775e3fc17
fix: Changes to docker pool
Some checks failed
images.yml / fix: Changes to `docker` pool (push) Failing after 0s
2026-03-10 20:53:02 +01:00

View file

@ -2,15 +2,14 @@ name: Build (and tag) Images
on:
push:
branches:
workflow_dispatch:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3