feat(oci): move to Containerfile

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

View file

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

View file

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