Skip to content

Commit

Permalink
Merge pull request #188 from canonical/pin-image-0.2
Browse files Browse the repository at this point in the history
Pin image revision in ci
  • Loading branch information
nsklikas committed May 2, 2024
2 parents b214b9b + fd204d6 commit cb48a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ jobs:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
channel: ${{ steps.parse-inputs.outputs.destination_channel }}
# We pin the kratos image version to 389 due to https://github.com/canonical/charming-actions/issues/139
# The image defined in the metadata is not respected
resource-overrides: "oci-image:389"

0 comments on commit cb48a55

Please sign in to comment.