Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparsonss committed Jun 21, 2024
1 parent b9548e4 commit 2f7ee69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "environment for fusion"
author: "Jack Parsons"
runs:
using: "docker"
image: "jackpar/fusion:latest"
image: "jackpar/fusion:1.0.0"
entrypoint: ["/bin/bash", "-c"]
args:
- |
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
my-job:
Expand All @@ -9,5 +13,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run my Docker Hub Action
uses: ./ # use local action
- name: build
uses: ./

0 comments on commit 2f7ee69

Please sign in to comment.