Skip to content

Commit 4c569ff

Browse files
authored
Merge pull request #1 from hashicorp/mjyocca/update-dockerhub-image
update action.yml files to hashicorp/tfci:v1.0.0
2 parents b4ffe2f + 0b0a194 commit 4c569ff

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

actions/apply-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ outputs:
3838

3939
runs:
4040
using: docker
41-
image: 'docker://mjyocca/tfci:latest'
41+
image: 'docker://hashicorp/tfci:v1.0.0'
4242
args:
4343
- tfci
4444
## global flags

actions/cancel-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636

3737
runs:
3838
using: docker
39-
image: 'docker://mjyocca/tfci:latest'
39+
image: 'docker://hashicorp/tfci:v1.0.0'
4040
args:
4141
- tfci
4242
## global flags

actions/create-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ outputs:
6262

6363
runs:
6464
using: docker
65-
image: 'docker://mjyocca/tfci:latest'
65+
image: 'docker://hashicorp/tfci:v1.0.0'
6666
args:
6767
- tfci
6868
## global flags

actions/discard-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636

3737
runs:
3838
using: docker
39-
image: 'docker://mjyocca/tfci:latest'
39+
image: 'docker://hashicorp/tfci:v1.0.0'
4040
args:
4141
- tfci
4242
## global flags

actions/plan-output/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ outputs:
3939

4040
runs:
4141
using: docker
42-
image: 'docker://mjyocca/tfci:latest'
42+
image: 'docker://hashicorp/tfci:v1.0.0'
4343
args:
4444
- tfci
4545
## global flags

actions/show-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ outputs:
4848

4949
runs:
5050
using: docker
51-
image: 'docker://mjyocca/tfci:latest'
51+
image: 'docker://hashicorp/tfci:v1.0.0'
5252
args:
5353
- tfci
5454
## global flags

actions/upload-configuration/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ outputs:
4343

4444
runs:
4545
using: docker
46-
image: 'docker://mjyocca/tfci:latest'
46+
image: 'docker://hashicorp/tfci:v1.0.0'
4747
args:
4848
- tfci
4949
## global flags

0 commit comments

Comments
 (0)