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

Also switch the template to current actions/checkout version.
  • Loading branch information
KKoukiou committed Feb 21, 2024
1 parent 56f94e4 commit cfed2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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
contents: write
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit cfed2b7

Please sign in to comment.