diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 00:37:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 00:37:03 +0300 |
commit | 34a59cfb0dca6b114939a49c1e0f69082652d42c (patch) | |
tree | e91b0639435dfe61a4a6a8f117dc3736f3880095 /.github/workflows | |
parent | 096b0d7c7bcc27451310ca3d73421e03a24ad920 (diff) | |
download | docker-meteor-34a59cfb0dca6b114939a49c1e0f69082652d42c.tar.xz docker-meteor-34a59cfb0dca6b114939a49c1e0f69082652d42c.zip |
Fixed release env
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker-publish.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b238892..e9cd1af 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -38,6 +38,9 @@ jobs: - "1.5" - "1.4" + env: + RELEASE: ${{ matrix.version }} + steps: - uses: actions/checkout@v2 with: @@ -51,6 +54,5 @@ jobs: repository: valentineus/meteor tags: ${{ matrix.version }} path: release - buildargs: RELEASE=${{ matrix.version }} tag_with_ref: true tag_with_sha: true
\ No newline at end of file |