Skip to content

Commit

Permalink
Update rock-build.yaml (#73)
Browse files Browse the repository at this point in the history
Typo Fix
  • Loading branch information
IbraAoad committed Mar 12, 2024
1 parent 42b12b7 commit 717014f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rock-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
sudo skopeo --insecure-policy copy oci-archive:$(realpath ./cos-alerter_*.rock) docker://ghcr.io/canonical/cos-alerter:latest --dest-creds "observability-noctua-bot:${{ secrets.OBSERVABILITY_NOCTUA_TOKEN }}"
MINOR_VERSION=${VERSION%.*}
sudo skopeo --insecure-policy copy oci-archive:$(realpath ./cos-alerter_*.rock) docker://ghcr.io/canonical/cos-alerter:$MINOR_VERSION --dest-creds "observability-noctua-bot:${{ secrets.OBSERVABILITY_NOCTUA_TOKEN }}"
fi
- name: Install Syft
run: |
Expand Down

0 comments on commit 717014f

Please sign in to comment.