Fix publish
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m11s

Signed-off-by: nex <git@nexy7574.co.uk>
This commit is contained in:
Nexus 2024-05-29 09:08:04 +01:00
parent 3bde3bf3b0
commit c8898d6225

View file

@ -34,7 +34,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/nex/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v5
@ -44,4 +44,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max