Skip to content

Commit

Permalink
Try to set source.
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca committed Feb 18, 2025
1 parent d58e42f commit e948c13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
push: true
workdir: php
source: "."
set: |
*.args.php_version="7.4.33"
*.tags="nosweatframework/php:7.4.33"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
push: true
workdir: php
source: "."
set: |
*.args.php_version="8.0.30"
*.tags="nosweatframework/php:8.0.30"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
push: true
workdir: php
source: "."
set: |
*.args.php_version="8.1.31"
*.tags="nosweatframework/php:8.1.31"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
push: true
workdir: php
source: "."
set: |
*.args.php_version="8.2.27"
*.tags="nosweatframework/php:8.2.27"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
push: true
workdir: php
source: "."
set: |
*.args.php_version="8.3.17"
*.tags="nosweatframework/php:8.3.17"
Expand Down

0 comments on commit e948c13

Please sign in to comment.