Skip to content

Commit

Permalink
apt update first
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Jun 13, 2024
1 parent c8b903e commit 7782bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
sudo snap install skopeo --edge --devmode
- name: Import the image to Docker registry
run: |
sudo apt update
sudo apt upgrade
sudo skopeo --insecure-policy copy oci-archive:${{ steps.rockcraft.outputs.rock }} docker-daemon:gocert:latest
- name: Create files required by GoCert
run: |
Expand Down

0 comments on commit 7782bc3

Please sign in to comment.