Skip to content

Commit fadf50e

Browse files
authored
Merge pull request #4 from kool-dev/dependabot/github_actions/docker/login-action-1.9.0
Bump docker/login-action from 1 to 1.9.0
2 parents f9544bf + d5afbca commit fadf50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
docker run kooldev/php:7.4-nginx-oci8-prod php -r "extension_loaded('oci8') or die(1);"
2626
2727
- name: Login to DockerHub
28-
uses: docker/login-action@v1
28+
uses: docker/login-action@v1.9.0
2929
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-oci8'
3030
with:
3131
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)