Add docker build #1

Merged
allanger merged 9 commits from refs/pull/1/head into main 2023-02-12 08:51:14 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7dee34324d - Show all commits

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: build-${{matrix.target}} name: build-${{matrix.target}}
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/clin path: ${{ github.workspace }}/target/${{ matrix.target }}/release/dudo
release: release:
needs: build needs: build

View File

@ -3,8 +3,8 @@ name: "Stable container"
on: on:
push: push:
# branches: branches:
# - main - main
jobs: jobs:
containerization: containerization: