Skip to content

Commit 5f56fe0

Browse files
authored
Fix branch prefix for docker sha updates (nginx#5830)
1 parent 7d217f0 commit 5f56fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-docker-sha.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
source_branch:
77
required: true
88
type: string
9-
default: 'main'
9+
default: "main"
1010
excludes:
1111
description: Comma separated list of strings to exclude images from the update
1212
required: false
1313
type: string
14-
default: ''
14+
default: ""
1515
dry_run:
1616
type: boolean
1717
default: false
@@ -78,7 +78,7 @@ jobs:
7878
token: ${{ secrets.NGINX_PAT }}
7979
commit-message: Update docker images ${{ steps.update_images.outputs.docker_md5 }}
8080
title: Docker image update ${{ steps.update_images.outputs.docker_md5 }}
81-
branch: chore/image-update-${{ needs.vars.outputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
81+
branch: deps/image-update-${{ needs.vars.outputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
8282
author: nginx-bot <[email protected]>
8383
labels: |
8484
dependencies

0 commit comments

Comments
 (0)