File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ jobs:
131131 - name : Get tag name
132132 run : tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
133133 id : tag
134+ - name : Check out the repo
135+ uses : actions/checkout@v2
134136 - name : Push to Docker Hub
135137 uses : docker/build-push-action@v1
136138 with :
@@ -150,6 +152,8 @@ jobs:
150152 - name : Get tag name
151153 run : tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
152154 id : tag
155+ - name : Check out the repo
156+ uses : actions/checkout@v2
153157 - name : Push to Docker Hub
154158 uses : docker/build-push-action@v1
155159 with :
@@ -172,6 +176,8 @@ jobs:
172176 - name : Get tag name
173177 run : tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
174178 id : tag
179+ - name : Check out the repo
180+ uses : actions/checkout@v2
175181 - name : Push to Docker Hub
176182 # https://github.com/docker/build-push-action/tree/releases/v1#readme
177183 uses : docker/build-push-action@v1
You can’t perform that action at this time.
0 commit comments