We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af37b7 commit 925962dCopy full SHA for 925962d
.github/workflows/tox.yml
@@ -127,6 +127,8 @@ jobs:
127
- name: Create a new branch, update the file and push the branch
128
if: github.event_name == 'release' && github.event.action == 'published'
129
run: |
130
+ git config --global user.name "ansibuddy"
131
+ git config --global user.email "[email protected]"
132
cd ansible-devspaces-demo
133
git checkout -b update-devspaces-image-${{ github.event.release.tag_name }}
134
export SHA=$(docker manifest inspect -v ghcr.io/ansible/ansible-devspaces:latest | jq -r '[.Descriptor.digest][0]')
0 commit comments