Skip to content

Commit 84648c1

Browse files
Bump docker/login-action from 1.9.0 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.9.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78c1677 commit 84648c1

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)