Skip to content

Commit

Permalink
Merge pull request #198 from KKoukiou/release-workflow-update
Browse files Browse the repository at this point in the history
workflows: Switch release to cockpit/tasks container
  • Loading branch information
KKoukiou committed Feb 21, 2024
2 parents 58ee812 + cfed2b7 commit 790897f
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 790897f

Please sign in to comment.