Skip to content

Commit 52b8d4f

Browse files
author
Chris Dostert
committed
chore) opspec 0.1.6 support
1 parent 06dbeb2 commit 52b8d4f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.opspec/provision-image/op.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: provision-image
1+
name: build
22
description: |
33
Provisions image for the pkg w/ name `opspecpkgs/$(opDotYml.name):${opDotYml.version}`.
44
@@ -30,13 +30,13 @@ run:
3030
files:
3131
/imageName: $(imageName)
3232
- op:
33-
pkg: { ref: github.com/opspec-pkgs/docker.image.build#2.0.1 }
33+
pkg: { ref: github.com/opspec-pkgs/docker.image.build#2.1.0 }
3434
inputs:
3535
dockerfile: $(/Dockerfile)
3636
imageName:
3737
outputs: { imageTar }
3838
- op:
39-
pkg: { ref: github.com/opspec-pkgs/docker.image.push#2.0.1 }
39+
pkg: { ref: github.com/opspec-pkgs/docker.image.push#2.1.0 }
4040
inputs:
4141
imageTar:
4242
imageName:

.opspec/release/op.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ run:
2929
inputs: { yaml: $(srcDir/op.yml) }
3030
outputs: { opDotYml: result }
3131
- op:
32-
pkg: { ref: github.com/opspec-pkgs/git.resolve-commit#1.0.2 }
32+
pkg: { ref: github.com/opspec-pkgs/git.repo.resolve-commit#1.0.2 }
3333
inputs: { dotGitDir: $(srcDir/.git) }
3434
outputs: { commit: }
3535
- container:
@@ -40,7 +40,7 @@ run:
4040
files:
4141
/opRepo: $(opRepo)
4242
- op:
43-
pkg: { ref: github.com/opspec-pkgs/github.release.create#1.0.0 }
43+
pkg: { ref: github.com/opspec-pkgs/github.release.create#1.1.0 }
4444
inputs:
4545
owner: opspec-pkgs
4646
repo: $(opRepo)

.opspec/test/op.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ inputs:
66
default: .
77
run:
88
op:
9-
pkg: { ref: github.com/opspec-pkgs/opspec.pkg.validate#1.0.0 }
10-
inputs: { pkg: $(srcDir) }
9+
pkg: { ref: github.com/opspec-pkgs/opspec.op.validate#2.0.0 }
10+
inputs: { op: $(srcDir) }

0 commit comments

Comments
 (0)