Skip to content
Snippets Groups Projects
Unverified Commit c63ba547 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

fix: use master branch when build docker image

parent 935d6473
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
ref: master
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment