Skip to content

Commit

Permalink
Fix/logout component (#7)
Browse files Browse the repository at this point in the history
* delete: Removed pull request template.

* delete: ci: pull request merged check.

* fix: Removed logout component import

* ci: Add latest tag on default branch

* ci: fix: Call for is_default_branch
  • Loading branch information
efiege committed Aug 31, 2022
1 parent cf72cd6 commit f34de7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=sha
type=raw,value=latest,enable=${{is_default_branch}}
type=raw,value=latest,enable={{is_default_branch}}
- name: Build EDC-UI image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit f34de7a

Please sign in to comment.