feat(oci): move to Containerfile
All checks were successful
/ build (pull_request) Successful in 3m30s

This commit is contained in:
Varakh 2024-05-03 09:06:39 +02:00
parent 19c367a5d8
commit 6cdc94a804
3 changed files with 6 additions and 0 deletions

View file

@ -39,6 +39,9 @@ jobs:
- name: Test docker image build
uses: docker/build-push-action@v4
with:
file: ./Containerfile
context: .
no-cache: true
push: false
tags: |
${{ env.IMAGE_TAG }}:${{ github.sha }}

View file

@ -68,6 +68,9 @@ jobs:
- name: Upload artifacts
uses: actions/forgejo-release@v1
with:
file: ./Containerfile
context: .
no-cache: true
url: ${{ env.FORGEJO_URL }}
repo: ${{ env.FORGEJO_REPO }}
token: ${{ secrets.FORGEJO_TOKEN }}