Skip to content

Commit

Permalink
Merge branch 'main' into PMM-11603-agent-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka authored Sep 13, 2023
2 parents 316e62e + ada8d77 commit 4d40b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to ghcr.io registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to docker.io registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 4d40b0d

Please sign in to comment.