Skip to content

Commit

Permalink
workflows: use correct container name for release workflows
Browse files Browse the repository at this point in the history
The container has no prefix.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Sep 26, 2024
1 parent dbb7bc7 commit 4ea8832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: build samurai and muon
needs: build_staging
container:
image: ghcr.io/linux-nvme/linux-nvme/debian.staging:main
image: ghcr.io/linux-nvme/debian.staging:main
steps:
- uses: actions/checkout@v4
- name: build
Expand Down

0 comments on commit 4ea8832

Please sign in to comment.