fix(workflows): add docker registry login step
This commit is contained in:
parent
63c30dbd73
commit
73a9ef0c93
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Login to registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: git.brmartin.co.uk
|
||||||
|
username: ben
|
||||||
|
password: ${{ github.token }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue