Compare commits

...

4 commits

Author SHA1 Message Date
2343dd03eb
chore(deps): update docker/login-action action to v4
Some checks failed
Build (and tag) Images / build (push) Failing after 27s
2026-03-10 20:55:41 +01: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,12 +2,11 @@ name: Build (and tag) Images
on: on:
push: push:
branches: workflow_dispatch:
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -16,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Container Registry - name: Login to Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.hamburg.ccc.de registry: git.hamburg.ccc.de
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}