We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90027c6 commit 5809b51Copy full SHA for 5809b51
.github/workflows/tox.yml
@@ -135,7 +135,7 @@ jobs:
135
cd ansible-devspaces-demo
136
git checkout -b update-devspaces-image-${{ github.event.release.tag_name }}
137
export SHA=$(docker manifest inspect -v ghcr.io/ansible/ansible-devspaces:latest | jq -r '[.Descriptor.digest][0]')
138
- sed -i "s|image:.*|image: ghcr.io/ansible/ansible-devspaces@${{ env.SHA }}|" devfile.yaml
+ sed -i "s|image:.*|image: ghcr.io/ansible/ansible-devspaces@${SHA}|" devfile.yaml
139
git add devfile.yaml
140
git commit -m "Update devspaces container image SHA"
141
git push origin update-devspaces-image-${{ github.event.release.tag_name }}
0 commit comments