Skip to content

Commit

Permalink
chore: update GH WF
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 15, 2025
1 parent 1969622 commit d88fd98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:

run-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout this repository
Expand All @@ -35,6 +35,7 @@ jobs:
username: $GITHUB_USER
password: ${{ secrets.GITHUB_TOKEN }}

# Re-enable this step when the action is passing
# - name: Validate Dockerfile
# uses: ./actions/docker/validate
# with:
Expand All @@ -54,7 +55,7 @@ jobs:


publish:
# needs: run-tests
needs: run-tests
runs-on: ubuntu-latest
if: github.ref_name == 'dev'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
with:
image-name: wave
dockerfile: ./Dockerfile
# On 2025-01-14, the action fails without cli-args
cli-args: --build-arg BASE_IMAGE=node

# - name: Push updated base container
Expand Down

0 comments on commit d88fd98

Please sign in to comment.