Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Jun 8, 2022
1 parent f367b74 commit 5a322d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Build
run: ./scripts/build.sh

- name: Run Test
run: docker run nuclio_lighting_flash:latest
run: docker run ghcr.io/greenroom-robotics/nuclio_lighting_flash:latest
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout this repository
uses: actions/[email protected]
with:
path: ${{ github.repository }}
- uses: actions/checkout@v2

- name: Bump version
env:
VERSION: ${{ github.event.inputs.TAG_NAME }}
DIRECTORY:
run: |
docker build . -t nuclio_lighting_flash
docker tag nuclio_lighting_flash ghcr.io/greenroom-robotics/nuclio_lighting_flash:latest
Expand Down

0 comments on commit 5a322d1

Please sign in to comment.