Skip to content

Commit

Permalink
fix: fix the ci fix
Browse files Browse the repository at this point in the history
a6715f8 tried but was still wrong.
  • Loading branch information
cardoe authored Sep 9, 2024
1 parent 0ff96c7 commit 8ded626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
CONTAINER_NAME: '${{ matrix.container }}'
with:
script: |
const container_name = `understack%2F${process.env.CONTAINER_NAME}`;
const container_name = `understack/${process.env.CONTAINER_NAME}`;
const response = await github.rest.packages.getAllPackageVersionsForPackageOwnedByOrg({
package_type: "container",
package_name: container_name,
Expand Down

0 comments on commit 8ded626

Please sign in to comment.