Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Oct 18, 2023
1 parent 36ceb16 commit 0733131
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,16 @@ on:
build_container:
type: string
default: ghcr.io/gardenlinux/package-build/amd64
env:
action_repository: ${{ github.action_repository }}
action_ref: ${{ github.action_ref }}
jobs:
source:
outputs:
pkg: ${{ steps.build.outputs.pkg }}
release: ${{ steps.release.outputs.release }}
runs-on: ubuntu-latest
steps:
- run: echo ${{ env.action_repository }} ${{ env.action_ref }}
- uses: actions/checkout@v4
with:
repository: ${{ env.action_repository }}
ref: ${{ env.action_ref }}
repository: gardenlinux/package-build
- run: mkdir input output
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0733131

Please sign in to comment.