Skip to content

Commit

Permalink
work on pr_afn_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
julsemaan committed Mar 23, 2024
1 parent 76d5ac1 commit 7fe6ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
IMG_TAG: ${{needs.docker.outputs.img_tag}}
run: |
git checkout -b tmp/admin-$IMG_TAG
git config --global user.email "devnull@semaan.ca"
git config --global user.name "Semaan Bot"
git commit -a -m "bump admin to $IMG_TAG"
git push origin HEAD

0 comments on commit 7fe6ca9

Please sign in to comment.