Skip to content

Commit

Permalink
workflows: Switch release to cockpit/tasks container
Browse files Browse the repository at this point in the history
The unit-tests container was dropped in
cockpit-project/cockpit@f16f1fc14b88c

Cherry-picked from cockpit-project/starter-kit@6e1427493a
  • Loading branch information
martinpitt committed Feb 20, 2024
1 parent b9a1a06 commit 12e00ec
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 @@ -8,7 +8,7 @@ jobs:
source:
runs-on: ubuntu-latest
container:
image: ghcr.io/cockpit-project/unit-tests
image: quay.io/cockpit/tasks:latest
options: --user root
permissions:
# create GitHub release
Expand Down

0 comments on commit 12e00ec

Please sign in to comment.