Skip to content

Commit

Permalink
Testpatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegorro98 authored Aug 23, 2023
1 parent adf8590 commit 92e09b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ env:
# Platforms to build the image for
# Github runner is running out of space when we are building for multiple architectures in single runner
BUILD_PLATFORMS: linux/amd64
DOCKERHUB_REPO: ${{ github.repository }}
DOCKERHUB_REPO: diegorro98/esp-matter #TODO delete
REQUIRED_IDF_VERSION: v5.1

jobs:
build:
docker:
# Disable the job in forks
if: ${{ github.repository_owner == 'espressif' }}
# TODO enable after testing
# if: ${{ github.repository_owner == 'espressif' }}

runs-on: ubuntu-latest

Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU for multiarch builds
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit 92e09b5

Please sign in to comment.