Skip to content

Commit

Permalink
Fixed Skopeo/Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshBhatthere committed Nov 21, 2024
1 parent b474662 commit b797b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install deps and clean legacy rules.
run: |
sudo snap install lxd
sudo apt install skopeo
sudo snap install rockcraft --classic --edge
sudo lxd init --auto
for ipt in iptables iptables-legacy ip6tables ip6tables-legacy; do sudo $ipt --flush; sudo $ipt --flush -t nat; sudo $ipt --delete-chain; sudo $ipt --delete-chain -t nat; sudo $ipt -P FORWARD ACCEPT; sudo $ipt -P INPUT ACCEPT; sudo $ipt -P OUTPUT ACCEPT; done
Expand Down

0 comments on commit b797b8c

Please sign in to comment.