mirror of
https://github.com/fluencelabs/dashboard
synced 2025-04-22 06:22:13 +00:00
okay, universe
This commit is contained in:
parent
517d42e24e
commit
c206fb050f
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
@ -54,10 +54,10 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
### Set container tag to 'latest' if branch is master, and to $BRANCH_NAME otherwise
|
### Set container tag to 'latest' if branch is master, and to $BRANCH_NAME otherwise
|
||||||
- if: ${{ env.BRANCH_NAME }} == 'master'
|
|
||||||
run: echo "CONTAINER_TAG=latest" >> $GITHUB_ENV
|
|
||||||
- if: ${{ env.BRANCH_NAME }} != 'master'
|
- if: ${{ env.BRANCH_NAME }} != 'master'
|
||||||
run: echo "CONTAINER_TAG=${{ env.BRANCH_NAME }}" >> $GITHUB_ENV
|
run: echo "CONTAINER_TAG=${{ env.BRANCH_NAME }}" >> $GITHUB_ENV
|
||||||
|
- if: ${{ env.BRANCH_NAME }} == 'master'
|
||||||
|
run: echo "CONTAINER_TAG=latest" >> $GITHUB_ENV
|
||||||
|
|
||||||
### Build and push docker image
|
### Build and push docker image
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user