Fix image mirroring issues (#28849)

This commit is contained in:
Mario Vitale 2024-10-18 13:32:39 +02:00 committed by GitHub
parent fcded9559c
commit f06742c7e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -29,5 +29,5 @@ jobs:
push: true push: true
pull: true pull: true
tags: mattermostdevelopment/mattermost-opensearch:2.7.0 tags: mattermostdevelopment/mattermost-opensearch:2.7.0
build-args: build-args: |
- OPENSEARCH_VERSION=2.7.0 OPENSEARCH_VERSION=2.7.0

View File

@ -4,7 +4,6 @@
"12": "postgres:12@sha256:cc7a021d9aff3aa02788d35c27a5cc32d4790ad92d72232a6be75b76ab7d79db" "12": "postgres:12@sha256:cc7a021d9aff3aa02788d35c27a5cc32d4790ad92d72232a6be75b76ab7d79db"
}, },
"mysql": { "mysql": {
"5.7.12": "mysql/mysql-server:5.7.12@sha256:3f0d90736a3298bb04965db697a3a85f1df1480da49eafd256be1ea2b9b5337e",
"8.0.32": "mysql/mysql-server:8.0.32@sha256:d6c8301b7834c5b9c2b733b10b7e630f441af7bc917c74dba379f24eeeb6a313" "8.0.32": "mysql/mysql-server:8.0.32@sha256:d6c8301b7834c5b9c2b733b10b7e630f441af7bc917c74dba379f24eeeb6a313"
}, },
"minio": { "minio": {