diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7efa857..0143c50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a62592d..b2b2aba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,15 +19,9 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Checkout this repository - uses: actions/checkout@v2.3.4 - 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