Skip to content

Commit e25a042

Browse files
dependabot[bot]ricardoV94
authored andcommitted
Bump docker/login-action from 3.2.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b4215d commit e25a042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devcontainer-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=raw,value=latest
3939
4040
- name: Log into registry ${{ env.REGISTRY }}
41-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
41+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1717

1818
- name: Login to Docker Hub
19-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
19+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)