Maybe stick with Docker to avoid unnecessary Red Hat dependencies.
Some checks failed
Release / Release (push) Failing after 17s
Some checks failed
Release / Release (push) Failing after 17s
This commit is contained in:
parent
c28856f8c9
commit
1a601ebcae
1 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@ jobs:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Login to the GitHub Container Registry
|
- name: Login to the NibTech Container Registry
|
||||||
uses: actions/docker-login-action@v3
|
uses: https://code.forgejo.org/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.REGISTRY_USERNAME }}
|
username: ${{ env.REGISTRY_USERNAME }}
|
||||||
|
@ -30,12 +30,12 @@ jobs:
|
||||||
|
|
||||||
- name: Extract repository metadata (tags, labels)
|
- name: Extract repository metadata (tags, labels)
|
||||||
id: meta
|
id: meta
|
||||||
uses: actions/docker-metadata-action@v5
|
uses: https://github.com/docker/metadata-action/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
||||||
|
|
||||||
- name: Build and publish Alpine Latest
|
- name: Build and publish Alpine Latest
|
||||||
uses: actions/docker-build-push-action@v5
|
uses: https://code.forgejo.org/actions/docker-build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .docker/latest
|
context: .docker/latest
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue