Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump docker/login-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent bb0197c commit d144c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
password: ${{ secrets.AZURECR_PUSH_PASSWORD }}

# DockerHub login
- uses: docker/login-action@v2
- uses: docker/login-action@v3
if: github.repository == 'wasmCloud/wash'
with:
username: ${{ secrets.DOCKERHUB_PUSH_USER }}
Expand All @@ -139,7 +139,7 @@ jobs:
# NOTE: unknown/unknown will show up due to a bug in GHCR
# see: https://github.com/orgs/community/discussions/45969
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d144c01

Please sign in to comment.