Skip to content

Commit

Permalink
Manual align from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
duartecoelhomovai authored Aug 7, 2023
1 parent 3e3cc66 commit df7866c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
public: true
public_image: ce/movai-base-noetic
deploy: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v')}}
version: ${GITHUB_REF##*/}
push_latest: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v') }}
snyk_check: true
platforms: linux/amd64, linux/arm/v7, linux/arm64
Expand All @@ -44,6 +45,7 @@ jobs:
public: true
public_image: ce/movai-base-bionic
deploy: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v')}}
version: ${GITHUB_REF##*/}
push_latest: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v') }}
snyk_check: true
platforms: linux/amd64, linux/arm/v7, linux/arm64
Expand All @@ -63,6 +65,7 @@ jobs:
public: true
public_image: ce/movai-base-focal
deploy: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v')}}
version: ${GITHUB_REF##*/}
push_latest: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v') }}
snyk_check: true
platforms: linux/amd64, linux/arm/v7, linux/arm64
Expand Down

0 comments on commit df7866c

Please sign in to comment.