Skip to content

Commit d5afbca

Browse files
Bump docker/login-action from 1 to 1.9.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v1.9.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9544bf commit d5afbca

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)