Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update-docker-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
source_branch:
required: true
type: string
default: 'main'
default: "main"
excludes:
description: Comma separated list of strings to exclude images from the update
required: false
type: string
default: ''
default: ""
dry_run:
type: boolean
default: false
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
token: ${{ secrets.NGINX_PAT }}
commit-message: Update docker images ${{ steps.update_images.outputs.docker_md5 }}
title: Docker image update ${{ steps.update_images.outputs.docker_md5 }}
branch: chore/image-update-${{ needs.vars.outputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
branch: deps/image-update-${{ needs.vars.outputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
author: nginx-bot <[email protected]>
labels: |
dependencies
Expand Down