mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 13:39:22 +00:00
build docker v2.5
This commit is contained in:
parent
dd79d9404d
commit
01cadf644c
2
.github/workflows/build-docker-image
vendored
2
.github/workflows/build-docker-image
vendored
@ -44,4 +44,4 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/yarr:latest
|
${{ secrets.DOCKER_USERNAME }}/yarr:latest
|
||||||
${{ secrets.DOCKER_USERNAME }}/yarr:${{ steps.read-tag.outputs.tag }}
|
${{ secrets.DOCKER_USERNAME }}/yarr:${{ steps.read-tag.outputs.tag }}
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
- name: Read latest release tag
|
- name: Read latest release tag
|
||||||
id: read-tag
|
id: read-tag
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=tag::$(curl -sL https://raw.githubusercontent.com/rebron1900/yarr/main/yarr-version.txt)
|
echo ::set-output name=tag::$(curl -sL https://raw.githubusercontent.com/rebron1900/yarr/master/yarr-version.txt)
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user