Skip to content

Commit fe98f09

Browse files
authored
Merge pull request #3 from garethjevans/action-correct-image
action.yml references ghcr.io image
2 parents da7505d + a0e4ac2 commit fe98f09

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Release
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
86

97
env:
108
REGISTRY: ghcr.io

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ inputs:
1313

1414
runs:
1515
using: "docker"
16-
image: "docker://garethjevans/bosh-compile:latest"
16+
image: "docker://ghcr.io/cloudfoundry/bosh-compile-action:main"

0 commit comments

Comments
 (0)