Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 23, 2021
1 parent f31290a commit df1b854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Expand Up @@ -2,7 +2,7 @@ name: Build Docker images for current branches

on:
push:
branches:
branches:
- master
paths:
- .github/workflows/build-docker.yml
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
path: ~/.ccache
key: docker-build-${{ matrix.branch }}

- name: checkout ${branch}
- name: checkout ${{ matrix.branch }}
uses: actions/checkout@v2
with:
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit df1b854

Please sign in to comment.