We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7505d + a0e4ac2 commit fe98f09Copy full SHA for fe98f09
.github/workflows/release.yml
@@ -3,8 +3,6 @@ name: Release
3
on:
4
push:
5
branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
8
9
env:
10
REGISTRY: ghcr.io
action.yml
@@ -13,4 +13,4 @@ inputs:
13
14
runs:
15
using: "docker"
16
- image: "docker://garethjevans/bosh-compile:latest"
+ image: "docker://ghcr.io/cloudfoundry/bosh-compile-action:main"
0 commit comments