Skip to content

Commit

Permalink
using quay.io/ansible/git instead of alpine/git
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswnl committed Sep 12, 2024
1 parent c51d200 commit 27c6bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/ansible-ai-connect-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ spec:
- name: source
steps:
- name: get-commit-timestamp
image: alpine/git
image: quay.io/ansible/git
script: |
#!/bin/sh
set -euo pipefail
Expand Down

0 comments on commit 27c6bb4

Please sign in to comment.