mirror of
https://github.com/bplein/factorio-docker.git
synced 2025-02-21 19:19:40 +02:00
Update docker-publish-github.yml
This commit is contained in:
parent
5b80d7192b
commit
b66bb342f1
4
.github/workflows/docker-publish-github.yml
vendored
4
.github/workflows/docker-publish-github.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
|||||||
- name: Extract all versions from buildinfo.json
|
- name: Extract all versions from buildinfo.json
|
||||||
id: get-version
|
id: get-version
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(jq -r '.[] | .tags | select( index("latest"))|.[0]' buildinfo.json)
|
VERSION=$(cat buildinfo.json | jq -r '.[] | .tags | select( index("latest"))|.[0]')
|
||||||
tags=$(jq -r '.[] | .tags | select( index("latest"))|.[0]' buildinfo.json)
|
tags=$(cat buildinfo.json | jq -r '.[] | .tags | select( index("latest"))|.[0]')
|
||||||
- name: Show versions
|
- name: Show versions
|
||||||
run: |
|
run: |
|
||||||
tags="${{ steps.get-version.outputs.value }}"
|
tags="${{ steps.get-version.outputs.value }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user