Skip to content

Commit

Permalink
working with build-container
Browse files Browse the repository at this point in the history
  • Loading branch information
gpillon committed Sep 15, 2024
1 parent 037f2ea commit 74d1278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Create Dockerfile
run: |
echo "FROM scratch" > Dockerfile
echo "COPY . /app" >> Dockerfile
- name: Extract version or set default
id: get_version
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-iso-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Release k4all ISO
tags:
- '*'
branches:
- release
- release_disabled
workflow_dispatch: null
jobs:
build-iso:
Expand Down

0 comments on commit 74d1278

Please sign in to comment.