Skip to content

Commit

Permalink
.github/workflows: Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Jul 5, 2021
1 parent e433f0e commit 4a3940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
build-args: |
BUILDTIME_BASE=${{ env.BUILDTIME_BASE }}
RUNTIME_BASE=${{ env.RUNTIME_BASE }}
tags: cloudnativelabs/kube-router-git:${ steps.extract_branch.outputs.branch}
tags: cloudnativelabs/kube-router-git:${{ steps.extract_branch.outputs.branch }}

- name: Build and push - New PR
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 4a3940f

Please sign in to comment.