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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login to the GitHub Container Registry
|
||||
uses: actions/docker-login-action@v3
|
||||
- name: Login to the NibTech Container Registry
|
||||
uses: https://code.forgejo.org/docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ env.REGISTRY_USERNAME }}
|
||||
|
@ -30,12 +30,12 @@ jobs:
|
|||
|
||||
- name: Extract repository metadata (tags, labels)
|
||||
id: meta
|
||||
uses: actions/docker-metadata-action@v5
|
||||
uses: https://github.com/docker/metadata-action/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }}
|
||||
|
||||
- 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:
|
||||
context: .docker/latest
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue