Skip to content

Commit

Permalink
Remove unused checkout.sh script and set runner explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed May 1, 2024
1 parent f51f820 commit f4470d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 47 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Docker build
on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
with:
runner: ubuntu-latest-16-core
6 changes: 4 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Docker Hub build
on:
push:
branches:
- "develop"
- "master"
- develop
- master
- "release/*"
tags:
- "carma-system-*"
Expand All @@ -14,3 +14,5 @@ jobs:
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
runner: ubuntu-latest-16-core
44 changes: 0 additions & 44 deletions docker/checkout.sh

This file was deleted.

0 comments on commit f4470d2

Please sign in to comment.