Skip to content

Commit a026951

Browse files
authored
Merge pull request #19 from msonowal/master
updated build refs
2 parents 7af3b4a + 6e35478 commit a026951

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '0 23 * * 3'
66
push:
7-
branches: [ master ]
7+
branches: [ master, 'php*.*.*' ]
88
# Publish semver tags as releases.
99
tags: [ 'v*.*.*', 'php*.*.*' ]
1010
pull_request:
@@ -24,9 +24,9 @@ jobs:
2424
DOCKER_USER: ${{secrets.DOCKER_USER}}
2525
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
2626
run: |
27-
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
27+
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
2828
- name: Build the Docker image
2929
run: docker build . --file Dockerfile --tag msonowal/docker-php-node:${GITHUB_REF##*/}
30-
30+
3131
- name: Docker Push
3232
run: docker push msonowal/docker-php-node:${GITHUB_REF##*/}

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
schedule:
1010
- cron: '0 23 * * 3'
1111
push:
12-
branches: [ master ]
12+
branches: [ master, 'php*.*.*' ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*', 'php*.*.*' ]
1515
pull_request:

0 commit comments

Comments
 (0)