Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
7d668d10
Commit
7d668d10
authored
May 13, 2021
by
carlosribas
Browse files
Fix docker command
parent
b225163e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/main.yml
.github/workflows/main.yml
+1
-1
No files found.
.github/workflows/main.yml
View file @
7d668d10
...
...
@@ -22,7 +22,7 @@ jobs:
-
name
:
docker build
if
:
env.BRANCH_NAME != ''
run
:
docker build -f Dockerfile
-development
-t rnacentral/rnacentral-webcode:${{ env.BRANCH_NAME }} .
run
:
docker build -f Dockerfile -t rnacentral/rnacentral-webcode:${{ env.BRANCH_NAME }} .
-
name
:
docker push
if
:
env.BRANCH_NAME != ''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment