add docker creds
Some checks failed
ci / build (push) Failing after 2s

This commit is contained in:
2026-02-01 16:58:37 +01:00
parent 817b9dd394
commit 49ab07cd6f

View File

@@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: git.rivercry.com/system/bar:latest image: git.rivercry.com/system/bar:latest
credentials:
username: docker
password: ${{ secrets.DOCKER_PASSWORD }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4