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

Commit

Permalink
Merge pull request #810 from wasmCloud/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

build(deps): Bump docker/login-action from 2 to 3
  • Loading branch information
connorsmith256 authored Sep 15, 2023
2 parents 1674119 + d144c01 commit 04f3d02
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 04f3d02

Please sign in to comment.