Skip to content

Commit

Permalink
Some small fixes attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Jun 27, 2024
1 parent e6e970f commit 42832a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,14 @@ on:

permissions:
contents: read
packages: write

jobs:
test-rit-docker:
build-push-rit-action-image:
name: Test RIT Action docker image
runs-on: ubuntu-latest
timeout-minutes: 60

services:
registry:
image: registry:2
ports:
- 5001:5000

env:
TEST_TAG: localhost:5001/actions/container-action:latest

steps:
- name: Checkout
id: checkout
Expand All @@ -33,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.GHCR_REPO }}
images: ${{ github.event.repository.name }}/rit-action

- name: Setup Docker BuildX
id: setup-buildx
Expand Down Expand Up @@ -71,6 +63,7 @@ jobs:
--rm ${{ env.TEST_TAG }}
test-rit-action:
needs: build-push-rit-action-image
name: GitHub Actions Test
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ config/*.js
logs
.env
.DS_Store
.idea/
.idea/
.secrets

0 comments on commit 42832a1

Please sign in to comment.