Skip to content

Commit

Permalink
PR workflow: Force removal of container image
Browse files Browse the repository at this point in the history
  • Loading branch information
jikortus committed Nov 20, 2024
1 parent a46c950 commit 7f64ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --set-enabled crb
dnf install -y epel-release epel-next-release
dnf install -y python3-pylint python3-libxml2 git
dnf install -y python3-pylint python3-libxml2 git python3-gobject-base \
libxklavier
- name: Checkout change
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
if: always()
run: |
podman kill anabot
podman image rm quay.io/centos/centos:stream9
podman image rm --force quay.io/centos/centos:stream9

0 comments on commit 7f64ce0

Please sign in to comment.