Skip to content

Commit

Permalink
[github-actions] fix Build and push step of docker workflow (openth…
Browse files Browse the repository at this point in the history
…read#826)

A bug was introduced in openthread#793 where I moved
`Dockerfile` to `docker/Dockerfile` but did not update both the
build steps in the docker workflow, causing [this failure](https://github.com/SiliconLabs/ot-efr32/actions/runs/8468125501/job/23200371772#step:13:126).

This fixes the bug by specifying the new location of the Dockerfile
in the `Build and push` step.
  • Loading branch information
lmnotran committed Mar 29, 2024
1 parent 7191b8d commit 6b929a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
github.ref == 'refs/heads/main'
with:
context: .
file: docker/Dockerfile
push: true
tags: |
${{ env.LATEST_TAG }}
Expand Down

0 comments on commit 6b929a3

Please sign in to comment.