Skip to content

Commit 9bc2ad2

Browse files
authored
Merge pull request #96 from blinklabs-io/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents ad03968 + fc38890 commit 9bc2ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
- name: Set up Docker Buildx
7979
uses: docker/setup-buildx-action@v3
8080
- name: Login to Docker Hub
81-
uses: docker/login-action@v2
81+
uses: docker/login-action@v3
8282
with:
8383
username: blinklabs
8484
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
8585
- name: Login to GHCR
86-
uses: docker/login-action@v2
86+
uses: docker/login-action@v3
8787
with:
8888
username: ${{ github.repository_owner }}
8989
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)