Skip to content

Commit f2051b9

Browse files
author
Aaron Roller
committed
ci: updated release to use docker cli AM-750/fix_cv_bridge_arm64
1 parent 4c84bc6 commit f2051b9

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ env:
99
RELEASE_PAYLOAD_FILE: release/payload.json
1010
jobs:
1111
release:
12-
runs-on: ${{ matrix.os }}
13-
strategy:
14-
matrix:
15-
os: [ubuntu-18.04]
12+
runs-on: ubuntu-18.04
1613
steps:
1714
- uses: AutoModality/action-clean@v1.1.0
1815
- name: Checkout
@@ -77,26 +74,10 @@ jobs:
7774
with:
7875
path: ${{ env.RELEASE_PROPERTIES_FILE }}
7976
property: 'version'
80-
- name: Package if published
81-
if: steps.published.outputs.value == 'true'
82-
id: package
83-
uses: AutoModality/action-package-debian-ros@v5-amros
84-
with:
85-
version: ${{ steps.version.outputs.value }}
86-
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
8777
- name: Deploy if published
8878
if: steps.published.outputs.value == 'true'
8979
id: deploy
90-
uses: AutoModality/action-cloudsmith@0.2.0
91-
with:
92-
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
93-
command: 'push'
94-
format: 'deb'
95-
owner: 'automodality'
96-
repo: 'release'
97-
distro: 'ubuntu'
98-
release: 'bionic'
99-
file: '${{ steps.package.outputs.artifact-path }}'
80+
run: amros dev docker run -dm --command="deploy-amros developer ${{ steps.version.outputs.value }} release ${{ secrets.CLOUDSMITH_API_KEY }}"
10081
notify-amros:
10182
needs: release-package
10283
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)