From 5a322d17317878b53dd75e2e3faaf4aedd4ffdf5 Mon Sep 17 00:00:00 2001 From: David Revay Date: Wed, 8 Jun 2022 13:59:29 +1000 Subject: [PATCH] ci: fixes --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) 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