Skip to content

Commit

Permalink
drop image cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sshilko committed Jan 2, 2024
1 parent 57f1abd commit 6edb69f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set build date for cache expiry
id: date
run: echo "::set-output name=date::$(date +'%Y%m')"
run: echo "::set-output name=date::$(date +'%Y.%m')"

- name: Cache Docker php-image
id: docker-php-image-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set build date for cache expiry
id: date
run: echo "::set-output name=date::$(date +'%Y%m')"
run: echo "::set-output name=date::$(date +'%Y.%m')"

- name: Load cached app docker image
id: docker-php-image-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phppdepend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set build date for cache expiry
id: date
run: echo "::set-output name=date::$(date +'%Y%m')"
run: echo "::set-output name=date::$(date +'%Y.%m')"

- name: Load cached app docker image
id: docker-php-image-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set build date for cache expiry
id: date
run: echo "::set-output name=date::$(date +'%Y%m')"
run: echo "::set-output name=date::$(date +'%Y.%m')"

- name: Load cached app docker image
id: docker-php-image-cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"phpunit/phpunit": "^9.5",
"psalm/phar": "*",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.7",
"squizlabs/php_codesniffer": "^3.8",
"composer/composer": "^2"
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6edb69f

Please sign in to comment.