|
18 | 18 | - name: Build and Publish head Docker PHP image
|
19 | 19 | # run only if some file in 'src' folder was changed
|
20 | 20 | if: steps.changes.outputs.php == 'true'
|
21 |
| - uses: VaultVulp/gp-docker-action@1.1.7 |
| 21 | + uses: VaultVulp/gp-docker-action@1.6.0 |
22 | 22 | with:
|
23 | 23 | github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
|
24 | 24 | image-name: php # Provide Docker image name
|
|
43 | 43 |
|
44 | 44 | - name: Build and Publish head Docker PHP Composer image
|
45 | 45 | if: steps.changes.outputs.composer == 'true'
|
46 |
| - uses: VaultVulp/gp-docker-action@1.1.7 |
| 46 | + uses: VaultVulp/gp-docker-action@1.6.0 |
47 | 47 | with:
|
48 | 48 | github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
|
49 | 49 | image-name: php-composer # Provide Docker image name
|
|
67 | 67 |
|
68 | 68 | - name: Build and Publish head Docker Cypress image
|
69 | 69 | if: steps.changes.outputs.cypress == 'true'
|
70 |
| - uses: VaultVulp/gp-docker-action@1.1.7 |
| 70 | + uses: VaultVulp/gp-docker-action@1.6.0 |
71 | 71 | with:
|
72 | 72 | github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
|
73 | 73 | image-name: cypress # Provide Docker image name
|
|
91 | 91 |
|
92 | 92 | - name: Build and Publish head Docker Cypress image
|
93 | 93 | if: steps.changes.outputs.nextjs == 'true'
|
94 |
| - uses: VaultVulp/gp-docker-action@1.1.7 |
| 94 | + uses: VaultVulp/gp-docker-action@1.6.0 |
95 | 95 | with:
|
96 | 96 | github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
|
97 | 97 | image-name: nextjs # Provide Docker image name
|
|
0 commit comments