Skip to content

Commit

Permalink
Add docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Jul 29, 2024
1 parent 3f51652 commit 159ae30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
images: ${{ secrets.DOCKERHUB_USERNAME }}/omni-farm-isaac
tags: |
type=raw,value={{date 'YYYYMMDD'}}
type=raw,value=0.1
type=raw,value=latest
-
name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion job_definitions/isaac-sim-basic-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"active_deadline_seconds": 864000
},
"container": "j3soon/omni-farm-isaac",
"container": "j3soon/omni-farm-isaac:0.1",
"allowed_args": {
"args": {
"arg": "",
Expand Down
2 changes: 1 addition & 1 deletion job_definitions/isaac-sim-nucleus-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"active_deadline_seconds": 864000
},
"container": "j3soon/omni-farm-isaac",
"container": "j3soon/omni-farm-isaac:0.1",
"allowed_args": {
"args": {
"arg": "",
Expand Down
2 changes: 1 addition & 1 deletion job_definitions/isaac-sim-volume-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"active_deadline_seconds": 864000
},
"container": "j3soon/omni-farm-isaac",
"container": "j3soon/omni-farm-isaac:0.1",
"allowed_args": {
"args": {
"arg": "",
Expand Down

0 comments on commit 159ae30

Please sign in to comment.