Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Build for release/v5.1
  • Loading branch information
nebkat authored Jul 10, 2023
1 parent ea335ec commit bea3de9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ concurrency:
on:
push:
branches:
- 'master'
- 'release/*'
tags:
- 'v*.*'
- 'release/v5.1'

env:
# Platforms to build the image for
Expand All @@ -18,9 +15,6 @@ env:

jobs:
docker:
# Disable the job in forks
if: ${{ github.repository_owner == 'espressif' }}

runs-on: ubuntu-latest
steps:
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
Expand Down

0 comments on commit bea3de9

Please sign in to comment.