Merge pull request #391 from thecodingmachine/develop

Release 2020/11/04 (2)
This commit is contained in:
David Négrier 2020-11-04 12:32:32 +01:00 committed by GitHub
commit 681cecf7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v2
# Create a slugified value of the branch
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@1.1.1
- name: "Build and push back image"
uses: docker/build-push-action@v1
@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v2
# Create a slugified value of the branch
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@1.1.1
- name: "Build and push back image"
uses: docker/build-push-action@v1
@ -90,7 +90,7 @@ jobs:
# Create a slugified value of the branch
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@1.1.1
- name: "Build and push front image"
uses: docker/build-push-action@v1