Skip to content

Commit

Permalink
Merge pull request #34 from elmerfdz/exp
Browse files Browse the repository at this point in the history
fixes #31
  • Loading branch information
elmerfdz authored Apr 26, 2020
2 parents f34b2d1 + 93df564 commit 37bb76b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
DOCKER_PWD: ${{ secrets.DOCKER_PWD }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PWD
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@v2.x
- name: Print slug variables
run: |
echo ${{ env.GITHUB_REF_SLUG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
DOCKER_PWD: ${{ secrets.DOCKER_PWD }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PWD
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@v2.x
- name: Print slug variables
run: |
echo ${{ env.GITHUB_REF_SLUG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
DOCKER_PWD: ${{ secrets.DOCKER_PWD }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PWD
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@v2.x
- name: Print slug variables
run: |
echo ${{ env.GITHUB_REF_SLUG }}
Expand Down

0 comments on commit 37bb76b

Please sign in to comment.