Skip to content

Commit 793c09d

Browse files
authored
Merge pull request #1822 from alan-turing-institute/fix-docker-image-updater
Fix Docker image updater action
2 parents eb1a73b + 61165d2 commit 793c09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_docker_versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
commit-message: Update Pulumi Docker images
4646
committer: GitHub Actions <[email protected]>
4747
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
48-
base: python-migration
49-
branch: pulumi-docker-images
48+
base: develop
49+
branch: update-docker-images
5050
delete-branch: true
5151
title: Update Pulumi Docker images
5252
body: |

0 commit comments

Comments
 (0)