This commit is contained in:
parent
7484ab7082
commit
94c60b6192
|
@ -7,11 +7,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: docker/metadata-action@v3
|
- uses: docker/metadata-action@v5
|
||||||
id: metadata
|
id: metadata
|
||||||
with:
|
with:
|
||||||
images: git.hamburg.ccc.de/${{ github.repository }}
|
images: git.hamburg.ccc.de/${{ github.repository }}/pretix
|
||||||
- uses: docker/login-action@v1
|
- uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: git.hamburg.ccc.de
|
registry: git.hamburg.ccc.de
|
||||||
|
|
Reference in a new issue