Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 25f98ac

Browse files
Update VaultVulp/gp-docker-action action to v1.6.0
1 parent f2c5744 commit 25f98ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build and Publish head Docker PHP image
1919
# run only if some file in 'src' folder was changed
2020
if: steps.changes.outputs.php == 'true'
21-
uses: VaultVulp/gp-docker-action@1.1.7
21+
uses: VaultVulp/gp-docker-action@1.6.0
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
2424
image-name: php # Provide Docker image name
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Build and Publish head Docker PHP Composer image
4545
if: steps.changes.outputs.composer == 'true'
46-
uses: VaultVulp/gp-docker-action@1.1.7
46+
uses: VaultVulp/gp-docker-action@1.6.0
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
4949
image-name: php-composer # Provide Docker image name
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Build and Publish head Docker Cypress image
6969
if: steps.changes.outputs.cypress == 'true'
70-
uses: VaultVulp/gp-docker-action@1.1.7
70+
uses: VaultVulp/gp-docker-action@1.6.0
7171
with:
7272
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
7373
image-name: cypress # Provide Docker image name
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Build and Publish head Docker Cypress image
9393
if: steps.changes.outputs.nextjs == 'true'
94-
uses: VaultVulp/gp-docker-action@1.1.7
94+
uses: VaultVulp/gp-docker-action@1.6.0
9595
with:
9696
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
9797
image-name: nextjs # Provide Docker image name

0 commit comments

Comments
 (0)