feat(oci): move to Containerfile
All checks were successful
/ build (pull_request) Successful in 3m30s
All checks were successful
/ build (pull_request) Successful in 3m30s
This commit is contained in:
parent
19c367a5d8
commit
6cdc94a804
3 changed files with 6 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue