We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7e9c4 commit acc90b3Copy full SHA for acc90b3
.github/workflows/packages.yml
@@ -15,16 +15,16 @@ jobs:
15
strategy:
16
matrix:
17
include:
18
- - tag: 'latest'
19
- php: '8.3'
20
- - tag: 'stable'
21
22
- - tag: '8.3'
23
24
- - tag: '8.2'
25
- php: '8.2'
26
- - tag: '8.1'
27
- php: '8.1'
+ - tag: "latest"
+ php: "8.3"
+ - tag: "stable"
+ php: "8.2"
+ - tag: "8.3"
+ - tag: "8.2"
+ - tag: "8.1"
+ php: "8.1"
28
29
steps:
30
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
37
password: ${{ secrets.GITHUB_TOKEN }}
38
39
- name: Login to DockerHub
40
- uses: docker/login-action@v2
+ uses: docker/login-action@v2
41
with:
42
username: ${{ secrets.DOCKERHUB_USERNAME }}
43
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments