Properly build master
All checks were successful
Build and Publish / build_and_publish (push) Successful in 44s

This commit is contained in:
Nexus 2024-06-11 01:03:51 +01:00
parent 28908f217c
commit c04e73dff9
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -16,10 +16,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: |
git.i-am.nexus/nex/sentient-jimmy
tags: |
type=sha
images: git.i-am.nexus/nex/sentient-jimmy
- name: Log into forgejo CR
uses: docker/login-action@v3
@ -35,5 +32,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max