Skip to content

Commit

Permalink
Update docker-ci.yml (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFernandes-MOVAI authored Apr 20, 2022
1 parent 0c65e28 commit e10dcf6
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,55 +16,46 @@ on:
types: [released]
jobs:
movai-base-melodic:
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@feat/docker_args
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@main
with:
docker_file: melodic/Dockerfile
docker_image: registry.cloud.mov.ai/devops/movai-base-melodic
public: true
public_image: ce/movai-base-melodic
github_ref: ${{ github.ref }}
snyk_check: true
secrets:
registry_user: ${{ secrets.PORTUS_APP_USER }}
registry_password: ${{ secrets.PORTUS_APP_TOKEN }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
movai-base-noetic:
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@feat/docker_args
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@main
with:
docker_file: noetic/Dockerfile
docker_image: registry.cloud.mov.ai/devops/movai-base-noetic
public: true
public_image: ce/movai-base-noetic
github_ref: ${{ github.ref }}
snyk_check: true
secrets:
registry_user: ${{ secrets.PORTUS_APP_USER }}
registry_password: ${{ secrets.PORTUS_APP_TOKEN }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
movai-base-bionic:
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@feat/docker_args
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@main
with:
docker_file: melodic/Dockerfile-rosfree
docker_image: registry.cloud.mov.ai/devops/movai-base-bionic
public: true
public_image: ce/movai-base-bionic
github_ref: ${{ github.ref }}
snyk_check: true
secrets:
registry_user: ${{ secrets.PORTUS_APP_USER }}
registry_password: ${{ secrets.PORTUS_APP_TOKEN }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
movai-base-focal:
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@feat/docker_args
uses: MOV-AI/.github/.github/workflows/docker-workflow.yml@main
with:
docker_file: noetic/Dockerfile-rosfree
docker_image: registry.cloud.mov.ai/devops/movai-base-focal
public: true
public_image: ce/movai-base-focal
github_ref: ${{ github.ref }}
snyk_check: true
secrets:
registry_user: ${{ secrets.PORTUS_APP_USER }}
registry_password: ${{ secrets.PORTUS_APP_TOKEN }}
snyk_token: ${{ secrets.SNYK_TOKEN }}

0 comments on commit e10dcf6

Please sign in to comment.