1
0
mirror of https://github.com/SmartHoneybee/ubiquitous-memory synced 2025-10-25 07:43:49 +02:00

Update Mattermost to v6.3.1 (#141)

This also fixes the version of mmctl we're packaging from v5.26.0 to the appropriate matching version (v6.3.0 now).
This commit is contained in:
parnic-sks
2022-01-21 10:09:51 -06:00
committed by GitHub
parent 69dda8131e
commit 155ef473dd
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Set environment from runtime properties
run: |
echo "MATTERMOST_RELEASE=$(grep 'mattermost-server' dependabot/go.mod | cut -d' ' -f2)" >> $GITHUB_ENV
echo "MMCTL_RELEASE=$MATTERMOST_RELEASE" >> $GITHUB_ENV
echo "MMCTL_RELEASE=$(grep 'mmctl' dependabot/go.mod | cut -d' ' -f2)" >> $GITHUB_ENV
- name: Pull docker image
run: 'docker pull "${{ env.DOCKER_IMAGE }}"'