We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f96804 commit 63eb217Copy full SHA for 63eb217
README.md
@@ -13,7 +13,7 @@ steps:
13
- uses: actions/checkout@v3
14
15
- name: Run Machinefile commands
16
- uses: gbraad-actions/machinefile-executor-action@v1
+ uses: gbraad-actions/machinefile-executor-action@v3
17
with:
18
containerfile: 'Containerfile' # or path to your Containerfile
19
context: '.' # Build context directory
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Run Dockerfile commands
54
55
56
containerfile: 'containers/Containerfile-devtools'
57
context: '.'
0 commit comments