Skip to content

Commit 0f6d743

Browse files
authored
Merge pull request #18 from kool-dev/dependabot/github_actions/docker/login-action-2.1.0
Bump docker/login-action from 1.9.0 to 2.1.0
2 parents 47c3b2e + 84648c1 commit 0f6d743

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
@@ -28,7 +28,7 @@ jobs:
2828
docker run kooldev/php:${{ matrix.version }}-nginx-oci8-prod php -r "extension_loaded('oci8') or die(1);"
2929
3030
- name: Login to DockerHub
31-
uses: docker/login-action@v1.9.0
31+
uses: docker/login-action@v2.1.0
3232
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-oci8'
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)