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