Maybe stick with Docker to avoid unnecessary Red Hat dependencies.
Some checks failed
Release / Release (push) Failing after 17s

This commit is contained in:
Bill Niblock 2024-04-19 19:22:12 +00:00
parent c28856f8c9
commit 1a601ebcae

View file

@ -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