Skip to content

Commit

Permalink
Try stripping out docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Apr 13, 2024
1 parent bb4b861 commit 15feb46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/devcontainer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Pre-build image and run make ci-build in dev container
uses: devcontainers/[email protected]
with:
imageName: docker.io/iggyrs/iggy-cpp-build
imageName: iggyrs/iggy-cpp-build
platform: linux/amd64,linux/arm/v7,linux/arm64
noCache: true
push: always

0 comments on commit 15feb46

Please sign in to comment.