summary refs log tree commit diff
path: root/.github/workflows/push_complement_image.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 10:21:14 +0100
committerGitHub <noreply@github.com>2023-09-18 10:21:14 +0100
commitab5f4f906d7e0219ebf872cc6853b4f69af11dc9 (patch)
tree983e11f4a50dc327ba02b46966a5a1f96e077187 /.github/workflows/push_complement_image.yml
parentBump docker/metadata-action from 4 to 5 (#16337) (diff)
downloadsynapse-ab5f4f906d7e0219ebf872cc6853b4f69af11dc9.tar.xz
Bump docker/login-action from 2 to 3 (#16339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/push_complement_image.yml')
-rw-r--r--.github/workflows/push_complement_image.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push_complement_image.yml b/.github/workflows/push_complement_image.yml

index 8e41611f2c..e994b122cd 100644 --- a/.github/workflows/push_complement_image.yml +++ b/.github/workflows/push_complement_image.yml
@@ -48,7 +48,7 @@ jobs: with: ref: master - name: Login to registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}