Skip to content

Commit 1faba09

Browse files
chore(deps): bump docker/login-action from 1.13.0 to 1.14.1
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.13.0...v1.14.1) --- 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 aa9c231 commit 1faba09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Unit testing
2424
run: go test ./...
2525
- name: Login to Docker Hub Docker Registry
26-
uses: docker/login-action@v1.13.0
26+
uses: docker/login-action@v1.14.1
2727
with:
2828
username: wyattjoh
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@v1.13.0
31+
uses: docker/login-action@v1.14.1
3232
with:
3333
registry: ghcr.io
3434
username: wyattjoh

0 commit comments

Comments
 (0)