Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Nov 11, 2020
1 parent 5845078 commit f39207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
MINOR_PHP_VERSION: ${{ steps.get_version.outputs.minor_version }}
FULL_PHP_VERSION: ${{ steps.get_version.outputs.full_version }}
run: |
DOCKER_IMAGE=${GITHUB_REPOSITORY,,}
DOCKER_IMAGE=helldar/laravel-gitlab-ci
MINOR_VERSION=${MINOR_PHP_VERSION}
PATCH_VERSION=${FULL_PHP_VERSION}
Expand Down

0 comments on commit f39207f

Please sign in to comment.