Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvitalyster <vitalyster@gmail.com>2021-01-27 01:57:00 +0300
committerGitHub <noreply@github.com>2021-01-27 01:57:00 +0300
commite4be9d35301c524165f452932a0a64f4a1608924 (patch)
tree8783e9c94c4f6e9a277bff2edac69365bfd1a53a
parentf0c74f48077b947811e0f789b7a8151614839932 (diff)
CI: pull Docker tags before pushing
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index a8f390d1..92ec7696 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -43,5 +43,6 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}
- name: Fix Docker tags
run: |
+ docker pull spectrum2/spectrum:master
docker tag spectrum2/spectrum:master spectrum2/spectrum:latest
docker push spectrum2/spectrum:latest