Skip to content

Commit

Permalink
chore: use rockylinux docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t authored Aug 26, 2023
1 parent e8b3fb9 commit ed58797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: chmod 777 -R .
- uses: addnab/docker-run-action@v3
with:
image: sensson/rpmbuild:8
image: sensson/rpmbuild:rockylinux-8
options: --user='builder' -v ${{ github.workspace }}:/srv
- name: Dependencies
run: pip install --user cloudsmith-cli
Expand Down

0 comments on commit ed58797

Please sign in to comment.