mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 23:30:20 +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 }}
|
||||
|
||||
### 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'
|
||||
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
|
||||
- name: Build and push
|
||||
|
Loading…
Reference in New Issue
Block a user