Radicale: Set proper branch ref
This commit is contained in:
parent
3171c1a46e
commit
9edc6640f6
1 changed files with 5 additions and 4 deletions
|
@ -14,19 +14,20 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the NibTech Radical Mirror
|
||||||
uses: https://forge.niblock.tech/actions/checkout@v4
|
uses: https://forge.niblock.tech/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: oss/radicale
|
repository: oss/radicale
|
||||||
|
ref: master
|
||||||
|
|
||||||
- name: Login to the GitHub Container Registry
|
- name: Login to the NibTech Registry
|
||||||
uses: https://forge.niblock.tech/actions/docker-login-action@v3
|
uses: https://forge.niblock.tech/actions/docker-login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.REGISTRY_USERNAME }}
|
username: ${{ env.REGISTRY_USERNAME }}
|
||||||
password: ${{ env.REGISTRY_PASSWORD }}
|
password: ${{ env.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Extract repository metadata (tags, labels)
|
- name: Extract Docker Metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: https://forge.niblock.tech/actions/docker-metadata-action@v5
|
uses: https://forge.niblock.tech/actions/docker-metadata-action@v5
|
||||||
with:
|
with:
|
||||||
|
@ -35,7 +36,7 @@ jobs:
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: https://forge.niblock.tech/actions/setup-buildx-action@v3
|
uses: https://forge.niblock.tech/actions/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build and publish latest
|
- name: Build and Publish Latest Container to NibTech Registry
|
||||||
uses: https://forge.niblock.tech/actions/docker-build-push-action@v6
|
uses: https://forge.niblock.tech/actions/docker-build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue