Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: update auto merged updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Mar 4, 2024
1 parent ccaf3f3 commit 01adc41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_cs9_ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "test: update CS9 ami image - ${{ steps.date.outputs.date }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_rhel9_ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "test: upload rhel9 ami image - ${{ steps.date.outputs.date }}"
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:41@sha256:2877c7339e710503bf9b0232d2bb190dc7633c70fee459504876c1f33f9f3ea0
FROM quay.io/fedora/fedora:41@sha256:7553d963285e44a011c9464aa773ff4de9f2bec7325007d77c39e2d1cc90e8e1

# Google Cloud SDK repo
COPY google-cloud-sdk.repo /etc/yum.repos.d/
Expand Down

0 comments on commit 01adc41

Please sign in to comment.