Re-fix
Some checks failed
Build and Publish drop-in-url-previews / build_and_publish (push) Failing after 38s

This commit is contained in:
Nexus 2024-05-29 09:19:40 +01:00
parent 13e0280132
commit 46aa84947b

View file

@ -23,6 +23,13 @@ jobs:
uses: docker/metadata-action@v5
with:
images: git.i-am.nexus/nex/drop-in-url-previews
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Push to container registry
run: |
docker push -a git.i-am.nexus/nex/drop-in-url-previews