diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 10:20:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 10:20:50 +0100 |
commit | 4cdc2ed7dc2bc1234964e5f405858ce14e96eb68 (patch) | |
tree | 234a39b8b58f0cca5725bc22fc636ba9ccd8d1df /.github | |
parent | Bump docker/setup-qemu-action from 2 to 3 (#16338) (diff) | |
download | synapse-4cdc2ed7dc2bc1234964e5f405858ce14e96eb68.tar.xz |
Bump docker/metadata-action from 4 to 5 (#16337)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push_complement_image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push_complement_image.yml b/.github/workflows/push_complement_image.yml index b76c4cb323..8e41611f2c 100644 --- a/.github/workflows/push_complement_image.yml +++ b/.github/workflows/push_complement_image.yml @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Work out labels for complement image id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository }}/complement-synapse tags: | |