Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raonigabriel authored Apr 8, 2020
1 parent ec1bab4 commit 738d68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
id: vars
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
- name: Build the versioned and the latest Docker image
run: docker build . -t raonigabriel/theia-java::${{steps.vars.outputs.tag}} -t raonigabriel/theia-java:latest
run: docker build . -t raonigabriel/theia-java:${{steps.vars.outputs.tag}} -t raonigabriel/theia-java:latest
- name: Push the versioned Docker image
run: docker push raonigabriel/theia-java::${{steps.vars.outputs.tag}}
run: docker push raonigabriel/theia-java:${{steps.vars.outputs.tag}}
- name: Push the latest Docker image
run: docker push raonigabriel/theia-java:latest

0 comments on commit 738d68a

Please sign in to comment.