Switch to forgejo actions #417

Merged
mwalbeck merged 5 commits from actions into main 2025-02-02 14:43:31 +00:00
Showing only changes of commit d4af227188 - Show all commits

Fix context location in build

Magnus Walbeck 2025-02-02 15:42:34 +01:00
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s

View file

@ -37,5 +37,6 @@ jobs:
- name: Build and push
uses: https://github.com/docker/build-push-action@v6
with:
context: helix
push: true
tags: ${{ steps.tags.outputs.tags }}