Skip to content

Commit

Permalink
PMM-12351 build devcontainer with gh actions (#2380)
Browse files Browse the repository at this point in the history
* PMM-12351 build devcontainer with gh actions

This fixes the reference to docker.io secrets

* PMM-12351 fix a typo
  • Loading branch information
Alex Tymchuk authored Jul 24, 2023
1 parent 0c9fdbe commit cf33685
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 @@ -49,8 +49,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push to registries
uses: docker/build-push-action@v4
Expand Down

0 comments on commit cf33685

Please sign in to comment.